Home
last modified time | relevance | path

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

/dports/textproc/sonic/sonic-1.3.0/src/stopwords/
H A Dibo.rs8 pub static STOPWORDS_IBO: &[&'static str] = &[]; const
/dports/textproc/sonic/sonic-1.3.0/src/lexer/
H A Dstopwords.rs104 static ref STOPWORDS_IBO: HashSet<&'static str> = make(ibo::STOPWORDS_IBO);
273 Lang::Ibo => &*STOPWORDS_IBO, in lang_stopwords()