
parsing
Sign in to saveAlso known as syntax analysis, syntactic analysis, syntactical analysis
Parsing, syntax analysis, or syntactic analysis is a process of analyzing a string of symbols, either in natural language, computer languages or data structures, conforming to the rules of a formal grammar by breaking it into parts. The term parsing comes from Latin pars (orationis), meaning part (of speech).
Wikidata facts
- Image
- Parsing.png
Show 2 more facts
- Stack Exchange tag
- stackoverflow.com/tags/parsing
- Commons category
- Parsing
via Wikidata · CC0
~26 min read
Article
17 sectionsContents
- Human languages
- Traditional methods
- Computational methods
- Psycholinguistics
- Discourse analysis
- Computer languages
- Parser
- Overview of process
- Types of parsers
- Implementation
- Parser development software
- Lookahead
- List of parsing algorithms
- See also
- References
- Further reading
- External links
Parsing, syntax analysis, or syntactic analysis is a process of analyzing a string of symbols, either in natural language, computer languages or data structures, conforming to the rules of a formal grammar by breaking it into parts. 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.