Method | Description | |
---|---|---|
Create ( TokenStream input ) : TokenStream | ||
Inform ( IResourceLoader loader ) : void | ||
SlowSynonymFilterFactory ( string>.IDictionary |
||
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 | |
---|---|---|
GetSynList ( string str, string separator, |
||
LoadRules ( string synonyms, IResourceLoader loader ) : IEnumerable |
||
LoadTokenizer ( |
||
LoadTokenizerFactory ( IResourceLoader loader, string cname ) : |
||
ParseRules ( IEnumerable |
||
SplitByTokenizer ( string source, |
public Create ( TokenStream input ) : TokenStream | ||
input | TokenStream | |
return | TokenStream |
public Inform ( IResourceLoader loader ) : void | ||
loader | IResourceLoader | |
return | void |
public SlowSynonymFilterFactory ( string>.IDictionary |
||
args | string>.IDictionary | |
return | System |
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 |