Natural Language Syntactic 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.
- AKA: Accepter, Natural Language Syntactic Acceptance System.
- See: Natural Language Syntactic Parser.
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.