Method | Description | |
---|---|---|
AddPrefix ( |
Adds a prefix to the list of prefixes used to generate this stem. Because it is assumed that prefixes are added depth first, the prefix is added to the front of the list.
|
|
AddSuffix ( |
Adds a suffix to the list of suffixes used to generate this stem. Because it is assumed that suffixes are added depth first, the suffix is added to the end of the list.
|
|
HunspellStem ( String stem ) : System |
Creates a new Stem wrapping the given word stem.
|
public AddPrefix ( |
||
prefix | Prefix to add to the list of prefixes for this stem. | |
return | void |
public AddSuffix ( |
||
suffix | Suffix to add to the list of suffixes for this stem. | |
return | void |