Syntactic Parsing Task
(Redirected from Syntactic Analysis Task)
		
		
		
		Jump to navigation
		Jump to search
		A Syntactic Parsing Task is a parsing task that requires the production of a syntactic parse tree.
- Context:
- Input:
- a Sentence.
 - a Syntax (of some Formal Language).
 - optional: a Parser.
 
 - output: a Syntactic Representation.
 - It can be solved by a Syntactic Parsing System.
 - It can range from being a Shallow Syntactic Parsing Task to being a Deep Syntactic Parsing Task.
 
 - Input:
 - Example(s):
 - Counter-Example(s):
 - See: Syntactic Acceptance Task, DNA Analysis.
 
References
2009
- http://foldoc.org/index.cgi?grammar
- Parsing assigns a terminal syntactic category to each input token and a non-terminal category to each appropriate group of tokens, up to the level of the whole sentence. Parsing is usually preceded by lexical analysis.