Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mjpost/cky
- Owner: mjpost
- Created: 2012-02-01T02:35:37.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-24T21:11:58.000Z (almost 13 years ago)
- Last Synced: 2023-04-09T20:57:25.426Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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".