Home
last modified time | relevance | path

Searched refs:stopwords (Results 26 – 38 of 38) sorted by last modified time

12

/dokuwiki/inc/lang/nl/
H A Dstopwords.txt4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/ar/
H A Dstopwords.txt4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/hu/
H A Dstopwords.txt4 # Ez a lista a http://www.ranks.nl/stopwords/ oldalon szereplő alapján készült
/dokuwiki/inc/lang/sq/
H A Dstopwords.txt4 # Kjo listë bazohet mbi ato që gjenden në http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/pt-br/
H A Dstopwords.txt4 # Essa lista é baseada na encontrada em http://www.ranks.nl/stopwords/portugese.html
/dokuwiki/inc/lang/vi/
H A Dstopwords.txt4 # Danh sách này dựa trên những cái được tìm thấy tại http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/ro/
H A Dstopwords.txt6 # Această listă se bazează pe cele ce pot fi găsite la http://www.ranks.nl/stopwords/
/dokuwiki/inc/
H A Dindexer.php99 static $stopwords = null;
100 if (is_null($stopwords)) {
102 $swfile = DOKU_INC . 'inc/lang/' . $conf['lang'] . '/stopwords.txt';
104 $stopwords = file($swfile, FILE_IGNORE_NEW_LINES);
106 $stopwords = [];
109 return $stopwords;
/dokuwiki/inc/lang/da/
H A Dstopwords.txt4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/et/
H A Dstopwords.txt4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/es/
H A Dstopwords.txt4 #Esta lista esta basada en las que encontramos en la siguiente url http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/ja/
H A Dstopwords.txt4 # このリストは次のサイトをもとに作成されています: http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/zh-tw/
H A Dstopwords.txt6 # 目前本清單的內容是以 http://www.ranks.nl/stopwords/ 為基礎,發展而成的。

12