PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP Stop Words List   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Stop Words List
Get stop words for many different languages
Author: By
Last change: [*]: add more languages

-> from https://github.com/stopwords-iso {+1}
Date: 6 years ago
Size: 2,438 bytes
 

Contents

Class file image Download

Build Status Coverage Status Scrutinizer Code Quality Codacy Badge SensioLabsInsight Latest Stable Version Total Downloads Latest Unstable Version License

Stop-Words

Description

A collection of stop words stop words in various languages for e.g. search-functions.

Installation

  1. Install and use composer in your project.
  2. 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.