/WordNet_Ambiguity

This repository provides a way to compute the WordNet ambiguity of a sequence of text.

Primary LanguagePythonApache License 2.0Apache-2.0

WordNet Ambiguity

This repository provides a way to compute the WordNet ambiguity of a sequence of text.

The class Ambiguity in ambiguity.py makes it possible to compute this.

The script ambiguity_browser.py makes it possible to have a web interface.

Requirements

  • Flask
  • Spacy
  • NLTK
  • Tested with Python 3.6, but newer versions probably work just fine.

The Spacy model can installed by: