Definite clause grammar
Definite clause grammar is an actively used grammar language.
?Years Old | 20Users | ?Jobs |
- the Definite clause grammar wikipedia page
- Have a question about Definite clause grammar not answered here? Email me and let me know how I can help.
Example code from the web:
sentence --> noun_phrase, verb_phrase. noun_phrase --> det, noun. verb_phrase --> verb, noun_phrase. det --> [the]. det --> [a]. noun --> [cat]. noun --> [bat]. verb --> [eats].
Last updated August 9th, 2020