C# Класс PanGu.Dict.StopWord

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
IsStopWord ( string word, bool filterEnglish, int filterEnglishLength, bool filterNumeric, int filterNumericLength ) : bool
LoadStopwordsDict ( String fileName ) : void

Описание методов

IsStopWord() публичный Метод

public IsStopWord ( string word, bool filterEnglish, int filterEnglishLength, bool filterNumeric, int filterNumericLength ) : bool
word string
filterEnglish bool
filterEnglishLength int
filterNumeric bool
filterNumericLength int
Результат bool

LoadStopwordsDict() публичный Метод

public LoadStopwordsDict ( String fileName ) : void
fileName String
Результат void