Natural Language Syntactic Acceptance Task

From GM-RKB
(Redirected from Syntactic Acceptance Task)
Jump to navigation Jump to search

A Natural Language Syntax Parsing Task is a Parsing Task to Annotate a Sentence with the valid Syntactic Structure within some specified Natural Language Syntax.



References

  • http://www.cse.unsw.edu.au/~billw/nlpdict.html#accepter
    • An accepter is a program (or algorithm) that takes as input a grammar and a string of terminal symbols from the alphabet of that grammar, and outputs yes (or something equivalent) if the string is a sentence of the grammar, and no otherwise. Contrast parser.