{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/17"},{"label":"Information Analysis","url":"https://skillfed.io/packages/category/scientific-engineering-information-analysis/3"},{"label":"Linguistic","url":"https://skillfed.io/packages/category/text-processing-linguistic/2"}],"enrichment":{"capability":"Wn is a Python library for querying and exploring wordnet data\u2014semantic networks of word meanings, definitions, and relationships\u2014with support for multiple languages and interlingual lookups.","skillfed_tags":["nlp","linguistics","multilingual"],"use_cases":["Build semantic similarity or word-sense disambiguation features for NLP applications by querying synset relationships and definitions.","Migrate from NLTK's wordnet module to a faster, more actively maintained alternative with better multilingual support.","Perform cross-lingual semantic lookups using the Collaborative Interlingual Index to find equivalent concepts across languages.","Extract lemmatized forms and morphological variants for text preprocessing in linguistic research or information retrieval.","Explore word taxonomies and hypernym/hyponym relationships for knowledge graph construction or ontology building."],"what_it_does":"Wn is a Python interface to wordnet databases\u2014structured lexical resources that organize words into synonym sets (synsets) with definitions, part-of-speech tags, and semantic relationships. It provides a modern alternative to NLTK's wordnet module, with a SQL-backed database for fast queries and first-class support for multiple languages and interlingual lookups via the Collaborative Interlingual Index. The library lets you download wordnets from a curated index (similar to a package manager), query them for definitions and synonyms, explore taxonomies, compute word similarity, and perform lemmatization.\n\nYou start by downloading a wordnet (e.g., Open English WordNet 2025+) via the command line, then import the library and create a Wordnet object to query. It handles both English wordnets (with multiple historical versions for compatibility) and non-English wordnets in languages including German, Portuguese, Japanese, Spanish, and many others. The library supports the WN-LMF 1.4 format, including word pronunciations and custom lexicon extensions.","worth_installing":"Yes. Wn is actively maintained, has no known vulnerabilities, installs with low friction, and offers a clean modern interface to wordnet data with strong multilingual support. It's a solid choice for NLP and linguistic tasks, especially if you need multiple languages or are migrating from NLTK. The only prerequisite is downloading wordnet data separately, which is straightforward."},"id":"wn","links":{"html":"https://skillfed.io/packages/wn","md":"https://skillfed.io/packages/wn.md","pypi":"https://pypi.org/project/wn/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-14","license_spdx":null,"license_treatment":"permissive","name":"wn","python_support":"supports_current","summary":"Wordnet interface library"},"popularity":{"monthly_downloads":157397,"position":10757,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.1.1"}
