Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 760 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 760 Bytes

WNDomains

A simple Python API wrapping some functionality around WordNetDomains.

WordNetDomains is a lexical resource developed by the HLT Research Unit that extends WordNet2.0 with domain labels. See their home project for more information.

This class assumes you have downloaded WordNet2.0 and WordNetDomains and that they are on the same data home. Since some of the resources required need permissions from the authors, this class does not attempt to download them automatically.

Further requirements:

  • Python3
  • NLTK