/wordnet-related-senses

This python script uses NLTK to group word senses according to their relatedness.

Primary LanguagePythonMIT LicenseMIT

wordnet-related-senses

This python script uses NLTK to group word senses according to their relatedness.

Installation

  1. Install the requirements listed in requirements.txt.
  2. Install the wordnet corpus via NLTK Data to a location of your choice.
  3. At the time of this writing, NLTK Data was still on wordnet version 3.0. If you require wordnet version 3.1, simply download the WordNet 3.1 database and replace the files installed by NLTK Data with them.
  4. You are set and ready to execute this program!