Enum rust_stemmers::Algorithm
[−]
[src]
pub enum Algorithm {
Arabic,
Danish,
Dutch,
English,
Finnish,
French,
German,
Hungarian,
Italian,
Portuguese,
Romanian,
Russian,
Spanish,
Swedish,
Tamil,
Turkish,
}Enum of all supported algorithms. Check the Snowball-Website for details.
Variants
ArabicDanishDutchEnglishFinnishFrenchGermanHungarianItalianPortugueseRomanianRussianSpanishSwedishTamilTurkish
Trait Implementations
impl Debug for Algorithm[src]
impl Eq for Algorithm[src]
impl PartialEq for Algorithm[src]
fn eq(&self, __arg_0: &Algorithm) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.