Метод | Описание | |
---|---|---|
IsStopWord ( string word, bool filterEnglish, int filterEnglishLength, bool filterNumeric, int filterNumericLength ) : bool | ||
LoadStopwordsDict ( String fileName ) : void |
public IsStopWord ( string word, bool filterEnglish, int filterEnglishLength, bool filterNumeric, int filterNumericLength ) : bool | ||
word | string | |
filterEnglish | bool | |
filterEnglishLength | int | |
filterNumeric | bool | |
filterNumericLength | int | |
Результат | bool |
public LoadStopwordsDict ( String fileName ) : void | ||
fileName | String | |
Результат | void |