Home
last modified time | relevance | path

Searched refs:Stopwords (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Search/
H A DTokenizer.php21 protected static array $Stopwords; variable in dokuwiki\\Search\\Tokenizer
35 if (!isset(static::$Stopwords)) {
39 static::$Stopwords = file($swFile, FILE_IGNORE_NEW_LINES);
41 static::$Stopwords = [];
44 return static::$Stopwords;
/dokuwiki/inc/lang/cs/
H A Dstopwords.txt1 # Stopwords for Czech - generated from ispell-cs (license: GNU GPL)