Méthode | Description | |
---|---|---|
ApplyAffix ( String strippedWord, |
Applies the affix rule to the given word, producing a list of stems if any are found.
|
|
HunspellStemmer ( |
Constructs a new HunspellStemmer which will use the provided HunspellDictionary to create its stems.
|
|
Stem ( String word ) : IEnumerable |
Find the stem(s) of the provided word.
|
|
UniqueStems ( String word ) : IEnumerable |
Find the unique stem(s) of the provided word.
|
Méthode | Description | |
---|---|---|
HasCrossCheckedFlag ( Char flag, Char flags ) : System.Boolean |
Checks if the given flag cross checks with the given array of flags.
|
|
Stem ( String word, Char flags, |
Generates a list of stems for the provided word.
|
public ApplyAffix ( String strippedWord, |
||
strippedWord | String | Word the affix has been removed and the strip added. |
affix | HunspellAffix representing the affix rule itself. | |
recursionDepth | Level of recursion this stemming step is at. | |
Résultat | IEnumerable |
public HunspellStemmer ( |
||
dictionary | HunspellDictionary that will be used to create the stems. | |
Résultat | System |
public Stem ( String word ) : IEnumerable |
||
word | String | Word to find the stems for. |
Résultat | IEnumerable |
public UniqueStems ( String word ) : IEnumerable |
||
word | String | Word to find the stems for. |
Résultat | IEnumerable |