Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 372 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 372 Bytes

PEarley

Basic Python Earley Parser, based heavily on the Earley parser article found on Wikipedia. This is meant to be a very simplistic implementation of the Earley algorithm and pseudocode found in that article.

License

See the LICENSE file for details