Method | Description | |
---|---|---|
SlowSynonymFilterFactory ( string>.IDictionary |
||
create ( TokenStream input ) : |
||
inform ( ResourceLoader loader ) : void | ||
splitSmart ( string s, string separator, bool decode ) : IList |
Splits a backslash escaped string on the separator. Current backslash escaping supported:
|
|
splitWS ( string s, bool decode ) : IList |
Method | Description | |
---|---|---|
loadRules ( string synonyms, ResourceLoader loader ) : IEnumerable |
Method | Description | |
---|---|---|
getSynList ( string str, string separator, |
||
loadTokenizer ( |
||
loadTokenizerFactory ( ResourceLoader loader, string cname ) : |
||
parseRules ( IEnumerable |
||
splitByTokenizer ( string source, |
public SlowSynonymFilterFactory ( string>.IDictionary |
||
args | string>.IDictionary | |
return | System |
public create ( TokenStream input ) : |
||
input | TokenStream | |
return |
public inform ( ResourceLoader loader ) : void | ||
loader | ResourceLoader | |
return | void |
protected loadRules ( string synonyms, ResourceLoader loader ) : IEnumerable |
||
synonyms | string | |
loader | ResourceLoader | |
return | IEnumerable |
public static splitSmart ( string s, string separator, bool decode ) : IList |
||
s | string | the string to split |
separator | string | the separator to split on |
decode | bool | decode backslash escaping |
return | IList |
public static splitWS ( string s, bool decode ) : IList |
||
s | string | |
decode | bool | |
return | IList |