Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 370 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 370 Bytes

CFG-utils

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.

Dependencies

  • nltk

Documentation

See file doc.html and nltk.grammar.CFG's documentation

Details

Developped for python 2.7.