bastienbot/nlp-js-tools-french
POS Tagger, lemmatizer and stemmer for french language in javascript
This package helps JavaScript developers process French text by breaking down sentences into words, identifying their grammatical role (like verb or noun), reducing words to their base form (lemma), or stripping them down to their root (stem). It takes French sentences as input and outputs structured data about the words, making it useful for building text analysis features. The end-users are developers creating applications that need to understand or manipulate French language content.
No commits in the last 6 months. Available on npm.
Use this if you are a JavaScript developer building applications that need to perform foundational French text analysis like tokenization, part-of-speech tagging, lemmatization, or stemming.
Not ideal if you need a pre-built solution for high-level tasks like sentiment analysis, machine translation, or text summarization, or if you are not working with JavaScript.
Stars
37
Forks
8
Language
JavaScript
License
MIT
Category
Last pushed
Sep 13, 2017
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/bastienbot/nlp-js-tools-french"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
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.