{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/13"},{"label":"Text Processing","url":"https://skillfed.io/packages/category/text-processing/3"},{"label":"Filters","url":"https://skillfed.io/packages/category/text-processing-filters"}],"enrichment":{"capability":"Provides curated stop-word lists for multiple languages, enabling filtering of common words in natural language processing and text analysis tasks.","skillfed_tags":["nlp","text-preprocessing","multilingual"],"use_cases":["Filter stop words from user-generated text before extracting keywords or computing term frequency in search or analytics systems.","Preprocess multilingual documents for topic modeling or text classification by removing common words in each language.","Build a text summarization pipeline that excludes stop words to focus on semantically meaningful terms.","Clean and normalize text input for information retrieval or semantic similarity matching tasks.","Support language-specific text analysis in chatbots or NLP pipelines that handle multiple languages."],"what_it_does":"Stop-words is a lightweight Python library that bundles curated lists of common words (like \"the\", \"is\", \"at\") across multiple languages. It is designed for natural language processing and text analysis workflows where filtering out these high-frequency, low-semantic-value words improves downstream analysis\u2014keyword extraction, topic modeling, search relevance, and similar tasks.\n\nThe package offers both simple and safe loading modes, built-in caching for repeated access, and a filter system for custom post-processing of word lists. It has no external runtime dependencies, making it easy to add to any Python project. The library supports both ISO 639-1 language codes (e.g., 'en') and full language names (e.g., 'english') for convenience.","worth_installing":"Yes. Stop-words is a mature, zero-dependency library with permissive licensing, low install friction, and no known vulnerabilities. It is actively maintained and widely used. Install it if you need multilingual stop-word filtering for NLP or text preprocessing; the aging maintenance status is not a blocker for a stable, feature-complete utility."},"id":"stop-words","links":{"html":"https://skillfed.io/packages/stop-words","md":"https://skillfed.io/packages/stop-words.md","pypi":"https://pypi.org/project/stop-words/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-11-03","license_spdx":"BSD-3-Clause","license_treatment":"permissive","name":"stop-words","python_support":"supports_current","summary":"Get list of common stop words in various languages in Python"},"popularity":{"monthly_downloads":207315,"position":9555,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2025.11.4"}
