tarsqi / ttk

Tarsqi Toolkit
Apache License 2.0
25 stars 10 forks source link

WordNet update #95

Open marcverhagen opened 3 years ago

marcverhagen commented 3 years ago

We use a old version of WordNet and old code to access it. It relies on a variable WNSEARCHDIR and the value of that variable is not set in a nice way. It is also not clear whether utilities/wordnet.py and utilities/wntools.py are easy to update to Python3.

Perhaps use the version included in NLTK or the CoreLex code.

The runtime code does not depend on these modules, but instead depend on libraries built from WordNet using build_event_nominals1.py and build_event_nominals2.py. This process may need to be revisited and updated too.