amir-zeldes / xrenner

eXternally configurable REference and Non Named Entity Recognizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no make_entity_deps and no utils

asharkinasuit opened this issue · comments

In the documentation, it says there is a script that will make the entity_deps.tab that can be found in utils. I've searched the repo and neither the master branch nor the develop branch seems to have either a util directory or the script mentioned.

Incidentally, it seems the Universal Dependencies have been updated since xrenner was written to use (slightly) different function labels, see. Dependency trees I've generated with a different tool use this new format, where in particular all the prepositions seem to be marked simply as case...

Hi @asharkinasuit , thanks for the feedback. You're right, there is an unreleased folder of utilities I've been meaning to publish but haven't gotten around to. I added the script you're looking for here: 4bc408a . Some more useful utilities should follow in the next few weeks.

As for the dependencies for English, the default model expects Basic Stanford Typed Dependencies, not Universal Dependencies. I just added that to the README in the develop branch, I'll also add a note to the online documentation. If you modify the configuration for universal dependencies, I'm happy to add it as an alternative model in an upcoming release (in fact, the supplied Coptic mode uses UD and should be similar).

Closed via 4bc408a