Download
Stop-Words
Description
A collection of stop words stop words in various languages for e.g. search-functions.
Installation
-
Install and use composer in your project.
-
Require this package via composer:
composer require voku/stop-words
Usage
$stopWords = new StopWords();
$stopWords->getStopWordsFromLanguage('de');
Available languages
-
Arabic (ar)
-
Bulgarian (bg)
-
Catalan (ca)
-
Croatian (hr)
-
Czech (cz)
-
Danish (da)
-
Dutch (nl)
-
English (en)
-
Esperanto (eo)
-
Estonian (et)
-
Finnish (fi)
-
French (fr)
-
Georgian (ka)
-
German (de)
-
Greek (el)
-
Hindi (hi)
-
Hungarian (hu)
-
Indonesian (id)
-
Italian (it)
-
Latvian (lv)
-
Lithuanian (lt)
-
Norwegian (no)
-
Polish (pl)
-
Portuguese (pt)
-
Romanian (ro)
-
Russian (ru)
-
Slovak (sk)
-
Spanish (es)
-
Swedish (sv)
-
Turkish (tr)
-
Ukrainian (uk)
-
Vietnamese (vi)
History
See CHANGELOG for the full history of changes.
|