Understand words like an NLP model — without the complexity.
WordNet Explorer helps you explore senses (synsets), compare semantic similarity, analyze text, and visualize semantic relationships — all from a clean web UI powered by Django + NLTK.
{
"word_a": "algorithm",
"word_b": "procedure",
"metric": "path_similarity",
"score": 0.33,
"best_pair": [
"algorithm.n.01",
"procedure.n.01"
]
}
Everything you need for WordNet-powered NLP
Use the UI for learning, debugging, and analysis — or integrate the API endpoints into other apps.
Word Explorer
Look up synsets, definitions, examples, lemmas, and relations in one place.
Semantic Similarity
Compare two words or senses and inspect the best synset pairing behind the score.
Text Analysis
Token-level and lexical insights: lemmas, senses, and quick summary stats.
Semantic Network
Visualize relationships (hypernyms, hyponyms, related terms) as a network graph.
Word Forms
Explore derivations and common morphological forms that appear across senses.
Export + Integrate
Use the API endpoints to fetch synsets, similarity, network data, and exports.
1) Type a word (or paste text)
The UI guides you through synsets and senses so you can pick the meaning you intend.
2) Get explainable results
Similarity scores show the best matching senses, and network views help you “see” relationships.
FAQ
Common questions about how the toolkit behaves.