Syntactic Parsing Task

From GM-RKB
Jump to navigation Jump to search

A Syntactic Parsing Task is a parsing task that requires the production of a syntactic parse tree.



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.