Stopwords is a lightweight and efficient PHP library designed to simplify Natural Language Processing (NLP) tasks. By default, it includes a comprehensive list of 508 stopwords in Portuguese, categorized into:
- Pronouns
- Numerals
- Temporal terms
- Locative terms
- Prepositions
- Conjunctions
- Articles
- Adverbs
- Interjections
- Contractions
- Miscellaneous terms
The library is highly flexible and can be extended to include stopword dictionaries for other languages, making it a versatile tool for a wide range of text processing needs.
Leverage Stopwords to streamline text processing, enhance SEO strategies, and improve accuracy in text-based applications.
-
NLP Optimization: Efficiently filter out common stopwords, saving processing time and enhancing text analysis.
-
SEO Utility: Reduce irrelevant data during search engine crawling or indexing, improving website performance.
-
Customizable: Easily extend or modify stopword lists to suit specific project requirements.
-
Composer-Ready: Quickly integrate the library into your project using Composer.
Add the library to your project using Composer:
composer require yeremi/stopwords
Contributions are welcome! If you encounter any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.
Stopwords is licensed under the MIT License. See the LICENSE file for details.