Natural Language Syntactic Accepter

From GM-RKB
(Redirected from Accepter)
Jump to navigation Jump to search

A Natural Language Syntactic Accepter is a Computing System that can solve a Natural Language Syntactic Acceptance Task.



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.