메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
loadRules ( string synonyms, ResourceLoader loader ) : IEnumerable |
메소드 | 설명 | |
---|---|---|
getSynList ( string str, string separator, |
||
loadTokenizer ( |
||
loadTokenizerFactory ( ResourceLoader loader, string cname ) : |
||
parseRules ( IEnumerable |
||
splitByTokenizer ( string source, |
public SlowSynonymFilterFactory ( string>.IDictionary |
||
args | string>.IDictionary | |
리턴 | System |
public create ( TokenStream input ) : |
||
input | TokenStream | |
리턴 |
protected loadRules ( string synonyms, ResourceLoader loader ) : IEnumerable |
||
synonyms | string | |
loader | ResourceLoader | |
리턴 | 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 |
리턴 | IList |
public static splitWS ( string s, bool decode ) : IList |
||
s | string | |
decode | bool | |
리턴 | IList |