Natural Language Syntactic Parsing System

From GM-RKB
Jump to navigation Jump to search

A natural language syntactic parsing system is a parsing system that implements linguistic syntactic parsing algorithm to solve a linguistic syntactic parsing task.



References

2010

2009

  • http://www.cse.unsw.edu.au/~billw/nlpdict.html#parser
    • QUOTE: A parser is an algorithm (or a program that implements that algorithm) that takes a grammar, a and a string of words, decides whether the string of words can be derived from the grammar and lexicon (i.e. is a sentence with respect to the grammar and lexicon.

      If so, it produces as output some kind of representation of the way (or ways) in which the sentence can be derived from the grammar and lexicon. A common way of doing this is to output (a) parse tree(s).

1989