mynlp / jigg

Pipeline framework for easy natural language processing
Apache License 2.0
74 stars 20 forks source link

UDPipe annotator #73

Closed hiroshinoji closed 6 years ago

hiroshinoji commented 6 years ago

I have a plan to support UDPipe (http://ufal.mff.cuni.cz/udpipe), which supports parsing all languages in UD 2.0, runs very fast, and show near state-of-the-art accuracies.

While UDPipe jar is found on the maven central, this thread indicates the native JNI-related code may not be available, or depends on the environment.

Maybe I wil not use Maven, and assume users prepare a single jar by themselves.

hiroshinoji commented 6 years ago

Now supported in the latest develop: https://github.com/mynlp/jigg/commit/58238ed09ad9e8a3a33622cea0d8c0d17fb47297

I have taken a different solution, by wrapping the python binding of it, because pip seems the most straightforward way to install UDPipe on a system.