{"id":24083225,"url":"https://github.com/yeremi/stopwords","last_synced_at":"2026-02-09T02:32:06.557Z","repository":{"id":57086594,"uuid":"105766194","full_name":"yeremi/stopwords","owner":"yeremi","description":"A lightweight and efficient PHP library tailored for developers working on Natural Language Processing (NLP) tasks in Brazilian Portuguese.","archived":false,"fork":false,"pushed_at":"2025-01-05T02:54:50.000Z","size":171,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-16T05:37:22.428Z","etag":null,"topics":["elasticsearch","extract-information","fulltext-search","indexing-querying","natural-language-processing","php","portuguese","search-engine","snowball","stemming","stop","stop-words","stopwords"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yeremi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["yeremi"],"patreon":"YeremiLoli","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"custom":null}},"created_at":"2017-10-04T12:33:33.000Z","updated_at":"2025-01-05T02:45:41.000Z","dependencies_parsed_at":"2025-01-03T01:31:37.727Z","dependency_job_id":"934b780d-52ff-4a72-9cb7-bc373e8f80b6","html_url":"https://github.com/yeremi/stopwords","commit_stats":{"total_commits":4,"total_committers":3,"mean_commits":"1.3333333333333333","dds":0.5,"last_synced_commit":"dd345d84c8d2170cd38e833c65d32f37e4f10f48"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/yeremi/stopwords","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeremi%2Fstopwords","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeremi%2Fstopwords/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeremi%2Fstopwords/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeremi%2Fstopwords/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yeremi","download_url":"https://codeload.github.com/yeremi/stopwords/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeremi%2Fstopwords/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29254316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T01:52:29.835Z","status":"online","status_checked_at":"2026-02-09T02:00:09.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elasticsearch","extract-information","fulltext-search","indexing-querying","natural-language-processing","php","portuguese","search-engine","snowball","stemming","stop","stop-words","stopwords"],"created_at":"2025-01-09T23:56:07.549Z","updated_at":"2026-02-09T02:32:06.537Z","avatar_url":"https://github.com/yeremi.png","language":"PHP","funding_links":["https://github.com/sponsors/yeremi","https://patreon.com/YeremiLoli"],"categories":[],"sub_categories":[],"readme":"# Stopwords\n\n### A PHP Library for Managing Stopwords\n\n**Stopwords** is a lightweight and efficient PHP library designed to simplify Natural Language Processing (NLP) tasks.\nBy default, it includes a comprehensive list of 508 stopwords in Portuguese, categorized into:\n\n- Pronouns\n- Numerals\n- Temporal terms\n- Locative terms\n- Prepositions\n- Conjunctions\n- Articles\n- Adverbs\n- Interjections\n- Contractions\n- Miscellaneous terms\n\nThe library is highly flexible and can be extended to include stopword dictionaries for other languages, making it a\nversatile tool for a wide range of text processing needs.\n\nLeverage **Stopwords** to streamline text processing, enhance SEO strategies, and improve accuracy in text-based\napplications.\n\n## Table of Contents\n\n1. [Key Features](#key-features)\n2. [Installation](#installation)\n3. [How to use](/docs)\n    1. [Basic Examples](/docs/how-to-use)\n    2. [Creating Custom Dictionary](/docs/creating-dictionary.md)\n    3. [Migration v1 to v2](/docs/mirgation-v1-to-v2.md)\n4. [Contributing](#contributing)\n5. [License](#license)\n\n## **Key Features**\n\n1. **NLP Optimization:** Efficiently filter out common stopwords, saving processing time and enhancing text analysis.\n\n2. **SEO Utility:** Reduce irrelevant data during search engine crawling or indexing, improving website performance.\n\n3. **Customizable:** Easily extend or modify stopword lists to suit specific project requirements.\n\n4. **Composer-Ready:** Quickly integrate the library into your project using Composer.\n\n## Installation\n\nAdd the library to your project using Composer:\n\n```bash\ncomposer require yeremi/stopwords\n```\n\n## Contributing\n\nContributions are welcome! If you encounter any issues or have suggestions for improvement, feel free to open an issue\nor submit a pull request.\n\n## License\n\nStopwords is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeremi%2Fstopwords","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyeremi%2Fstopwords","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeremi%2Fstopwords/lists"}