-
Notifications
You must be signed in to change notification settings - Fork 65
Description
This looks like a very nice project with lots of effort put into it. I really appreciate that.
However the documentation is severely lacking. There is no usable Getting Started guide, the ones I found were for an outdated version (1.6.2 vs current 1.8.0) and things did not work, e.g TextReader did not have any of the PARAM_* properties, I even tried to look up the file in the source code and see its history, but it doesn't have any (presumably because it was recently moved).
I really like the detail and crosslinks inside the Reference Guide, however some code samples would come in handy.
It also seems to me that individual components are very hard to use outside of a narrow "pipeline" semantics presented in the examples. E.g. I just wanted to create a very simple example with Stanford POS like this one but after 2 hours I gave up.
This seems like such a nice project, please don't let it go to waste by underestimating the value of documentation. New users do not want to have to figure out complex class hierarchies, they want to be productive quickly.