Open bethard opened 9 years ago
Comment #1 originally posted by ClearTK on 2012-07-25T00:58:51.000Z:
Issue 50 has been merged into this issue.
Comment #2 originally posted by ClearTK on 2013-02-17T18:00:28.000Z:
<empty>
Comment #3 originally posted by ClearTK on 2013-05-03T08:44:33.000Z:
<empty>
Original issue 315 created by ClearTK on 2012-07-25T00:58:05.000Z:
So JParsec (http://jparsec.codehaus.org/) is a nice library for writing recursive-descent parsers. We should rewrite the whole TreebankFormatParser using this approach - that should get rid of a lot of the hacky-ness. Here's some sample code to get started on this: