C# Class PanGu.Dict.StopWord

Afficher le fichier Open project: xuld/AI-Robot Class Usage Examples

Méthodes publiques

Méthode Description
IsStopWord ( string word, bool filterEnglish, int filterEnglishLength, bool filterNumeric, int filterNumericLength ) : bool
LoadStopwordsDict ( String fileName ) : void

Method Details

IsStopWord() public méthode

public IsStopWord ( string word, bool filterEnglish, int filterEnglishLength, bool filterNumeric, int filterNumericLength ) : bool
word string
filterEnglish bool
filterEnglishLength int
filterNumeric bool
filterNumericLength int
Résultat bool

LoadStopwordsDict() public méthode

public LoadStopwordsDict ( String fileName ) : void
fileName String
Résultat void