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
- Host: GitHub
- URL: https://github.com/educationaltestingservice/simpledep
- Owner: EducationalTestingService
- Created: 2014-04-28T19:19:40.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-28T19:20:37.000Z (almost 12 years ago)
- Last Synced: 2025-02-17T02:17:26.832Z (12 months ago)
- Language: Python
- Size: 109 KB
- Stars: 5
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.