CFG-utils is a small python file with some basic functions for creating context-free grammar through a prompt-like interface and testing the accepted words that the grammar accept.
- nltk
See file doc.html and nltk.grammar.CFG's documentation
Developped for python 2.7.