Method | Description | |
---|---|---|
Add ( string input, string output ) : bool |
Adds an input string and it's stemmer override output to this builder.
|
|
Build ( ) : StemmerOverrideMap |
Returns an StemmerOverrideMap to be used with the StemmerOverrideFilter
|
|
Builder ( ) : System.Collections.Generic |
Creates a new Builder with ignoreCase set to
|
|
Builder ( bool ignoreCase ) : System.Collections.Generic |
Creates a new Builder
|
public Add ( string input, string output ) : bool | ||
input | string | the input char sequence |
output | string | the stemmer override output char sequence |
return | bool |
public Builder ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Builder ( bool ignoreCase ) : System.Collections.Generic | ||
ignoreCase | bool | if the input case should be ignored. |
return | System.Collections.Generic |