Download the PHP package juanantoniodelgado/stopwords without Composer
On this page you can find all versions of the php package juanantoniodelgado/stopwords. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download juanantoniodelgado/stopwords
More information about juanantoniodelgado/stopwords
Files in juanantoniodelgado/stopwords
Package stopwords
Short Description A stopwords removal library
License CC-BY-4.0
Homepage https://github.com/juanantoniodelgado/StopWords
Informations about the package stopwords
StopWords
PHP StopWords removal library with support for multiple languages.
Installation
composer require juanantoniodelgado/stopwords
Usage
use StopWords/StopWords;
$stopwords = new StopWords('en');
$stopwords->clean('your text to clean');
Supported languages
Arabic, Armenian, Basque, Bulgarian, Catalan, Cebuano, Chinese, Czech, Danish, Dutch, English, Estonian, Finnish, French, German, Greek, Gujarati, Hebrew, Hindi, Hungarian, Indonesian, Italian, Japanese, Latvian, Malay, Norwegian, Persian, Portuguese, Romanian, Russian, Slovak, Spanish, Swedish, Thai, Turkish, Ukrainian, and Vietnamese.
Notes
Language files are set according to ISO 639-2.
Sources
License
Contents of this repository are available under Attribution 4.0 International (CC BY 4.0).
All versions of stopwords with dependencies
ext-mbstring Version *
ext-json Version *