This HTML5 document contains 40 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dcthttp://purl.org/dc/terms/
yago-reshttp://yago-knowledge.org/resource/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
n9http://en.wikipedia.org/wiki/
dbphttp://dbpedia.org/property/
dbchttp://dbpedia.org/resource/Category:
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
goldhttp://purl.org/linguistics/gold/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:Parsing
rdf:type
dbo:MusicGenre owl:Thing dbo:Election
rdfs:label
Parsing
rdfs:comment
Parsing, syntax analysis, or syntactic analysis is the process of analyzing a string of symbols, either in natural language, computer languages or data structures, conforming to the rules of a formal grammar. The term parsing comes from Latin pars (orationis), meaning part (of speech). Within computer science, the term is used in the analysis of computer languages, referring to the syntactic analysis of the input code into its component parts in order to facilitate the writing of compilers and interpreters. The term may also be used to describe a split or separation.
rdfs:seeAlso
dbr:Comparison_of_parser_generators
owl:sameAs
yago-res:Parsing freebase:m.01t1rz
dbp:wikiPageUsesTemplate
dbt:See_also dbt:Visible_anchor dbt:Clarify dbt:More_citations_needed_section dbt:Unreferenced_section dbt:Wiktionary dbt:Clarify_span dbt:Citation_needed dbt:Prose dbt:ISBN dbt:Redirect dbt:Parsers dbt:Dubious dbt:Strings dbt:Main_category dbt:Div_col dbt:Main dbt:Div_col_end dbt:Short_description dbt:Reflist dbt:Refbegin dbt:Refend
dct:subject
dbc:Compiler_construction dbc:Parsing dbc:Algorithms_on_strings
gold:hypernym
dbr:Process
prov:wasDerivedFrom
n9:Parsing?oldid=1074437279&ns=0
dbo:wikiPageID
310015
dbo:wikiPageLength
32547
dbo:wikiPageRevisionID
1074437279
dbo:abstract
Parsing, syntax analysis, or syntactic analysis is the process of analyzing a string of symbols, either in natural language, computer languages or data structures, conforming to the rules of a formal grammar. The term parsing comes from Latin pars (orationis), meaning part (of speech). The term has slightly different meanings in different branches of linguistics and computer science. Traditional sentence parsing is often performed as a method of understanding the exact meaning of a sentence or word, sometimes with the aid of devices such as sentence diagrams. It usually emphasizes the importance of grammatical divisions such as subject and predicate. Within computational linguistics the term is used to refer to the formal analysis by a computer of a sentence or other string of words into its constituents, resulting in a parse tree showing their syntactic relation to each other, which may also contain semantic and other information (p-values). Some parsing algorithms may generate a parse forest or list of parse trees for a syntactically ambiguous input. The term is also used in psycholinguistics when describing language comprehension. In this context, parsing refers to the way that human beings analyze a sentence or phrase (in spoken language or text) "in terms of grammatical constituents, identifying the parts of speech, syntactic relations, etc." This term is especially common when discussing which linguistic cues help speakers interpret garden-path sentences. Within computer science, the term is used in the analysis of computer languages, referring to the syntactic analysis of the input code into its component parts in order to facilitate the writing of compilers and interpreters. The term may also be used to describe a split or separation.
foaf:isPrimaryTopicOf
n9:Parsing