cltl / WordNet_Ambiguity

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

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

License:Apache License 2.0


Languages

Language:Python 92.3%Language:HTML 7.7%