Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mjpost/cky

Modifications made to Mark Johnson's exhaustive CKY parser
https://github.com/mjpost/cky

Last synced: about 1 month ago
JSON representation

Modifications made to Mark Johnson's exhaustive CKY parser

Awesome Lists containing this project

README

        

This code contains a version of Mark Johnson's exhaustive CKY
parser which has been modified to parse with grammars that
include intermingled terminals and nonterminals. In addition,
it contains a number of minor changes such as improvements to
the command-line interface.

To use it, change to the src/ directory and type "make". The
executable you want is named "llncky".