hklemp/dotnet-stop-words
Get list of common stop words in various languages in dotnet
This is a tool for developers who are building applications that process text. It helps clean up text data by providing lists of common stop words (like 'the', 'is', 'a') in many languages. Developers can use this to remove these words, making text analysis more focused and efficient.
Use this if you are a developer building a .NET application and need a simple, pre-built way to access and remove common stop words from text in various languages.
Not ideal if you need highly specialized or domain-specific stop word lists, or if you are not working within the .NET ecosystem.
Stars
13
Forks
4
Language
C#
License
BSD-3-Clause
Category
Last pushed
Feb 24, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/hklemp/dotnet-stop-words"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Alir3z4/python-stop-words
Get list of common stop words in various languages in Python
skupriienko/Ukrainian-Stopwords
the list of ~2000 ukrainian stopwords (with numbers)
igorbrigadir/stopwords
Default English stopword lists from many different sources
stdlib-js/datasets-savoy-stopwords-fr
A list of French stop words.
eklem/stopword-trainer
A module for creating stopword lists for any language, based on a set of documents.