{"categories":[{"label":"Linguistic","url":"https://skillfed.io/packages/category/text-processing-linguistic/2"}],"enrichment":{"capability":"Lemmatizes and inflects English words using dictionary lookup and neural network rules, with support for Universal Dependencies and Penn Treebank tags, and optional integration with spaCy.","skillfed_tags":["nlp","morphology","spacy-extension"],"use_cases":["Normalize inflected words to base forms in text preprocessing pipelines for NLP or information retrieval tasks.","Generate specific word forms (past tense, plurals, adjective variants) programmatically for text generation or templating.","Extend spaCy NLP workflows with lemmatization and inflection methods on individual tokens without replacing spaCy's lemmatizer.","Handle out-of-vocabulary words by applying morphological rules when dictionary lookup fails.","Build rule-based text analysis systems that need reliable English morphology without heavy ML dependencies."],"what_it_does":"LemmInflect is a standalone English lemmatization and inflection library that converts words to their base forms or inflected variants based on part-of-speech tags. It combines a dictionary approach (using the NIH SPECIALIST Lexicon) with neural network rules to handle out-of-vocabulary words, and can work independently or as a spaCy extension. The library accepts Universal Dependencies or Penn Treebank tags to specify the target word form and returns a tuple of possible spellings.\n\nThe package depends only on numpy for its neural network computations. It is designed for Python 3 and runs on Linux, Windows, and macOS. The description reports lemmatization accuracy of 95.6% overall on a test set of 119,194 inflected words, though the library acknowledges inherent ambiguities in English morphology (e.g., context-dependent forms like 'further' vs. 'farther', or verb 'be' forms that cannot be fully disambiguated by tag alone).","worth_installing":"Yes, if you need reliable English lemmatization and inflection with low dependencies. The permissive MIT license and pure-Python wheel make installation straightforward. However, the dormant maintenance status (last update 2022-10-02) means no active development or bug fixes; install only if the current feature set meets your needs and you can tolerate a static codebase. The reported accuracy is solid for standard use cases, but verify it against your specific word forms before committing to production."},"id":"lemminflect","links":{"html":"https://skillfed.io/packages/lemminflect","md":"https://skillfed.io/packages/lemminflect.md","pypi":"https://pypi.org/project/lemminflect/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2022-10-02","license_spdx":null,"license_treatment":"permissive","name":"lemminflect","python_support":"unspecified","summary":"A python module for English lemmatization and inflection."},"popularity":{"monthly_downloads":296809,"position":7894,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.3"}
