winkjs/wink-lemmatizer
English lemmatizer
When analyzing English text, this helps you find the base form of nouns, verbs, and adjectives. You input an inflected word like 'eaten' or 'knives', and it outputs its root form like 'eat' or 'knife'. This is useful for anyone working with text data who needs to standardize words for analysis, such as researchers, data analysts, or content strategists.
Used by 1 other package. No commits in the last 6 months. Available on npm.
Use this if you need to reduce words to their dictionary form for more accurate text analysis, especially when dealing with variations in English grammar.
Not ideal if you need a full natural language processing pipeline beyond simple lemmatization, or if you're working with languages other than English.
Stars
69
Forks
6
Language
JavaScript
License
MIT
Category
Last pushed
Jun 04, 2023
Commits (30d)
0
Dependencies
2
Reverse dependents
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/winkjs/wink-lemmatizer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
hplt-project/sacremoses
Python port of Moses tokenizer, truecaser and normalizer
Blake-Madden/OleanderStemmingLibrary
Porter stemming library (C++)
adbar/simplemma
Simple multilingual lemmatizer for Python, especially useful for speed and efficiency
htaghizadeh/PersianStemmer-Python
PersianStemmer-Python
michmech/lemmatization-lists
Machine-readable lists of lemma-token pairs in 23 languages.