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

https://github.com/educationaltestingservice/simpledep

A simple example shift-reduce parser based on a perl version from Kenji Sagae
https://github.com/educationaltestingservice/simpledep

Last synced: 9 months ago
JSON representation

A simple example shift-reduce parser based on a perl version from Kenji Sagae

Awesome Lists containing this project

README

          

A port from perl to python of Kenji Sagae's simpledep shift-reduce parser, based on Yamada & Matsumoto (2003). See http://people.ict.usc.edu/~sagae/software.html. This code is primarily for educational/tutorial purposes.