C# Class PanGu.Dict.StopWord

Exibir arquivo Open project: xuld/AI-Robot Class Usage Examples

Public Methods

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

Method Details

IsStopWord() public method

public IsStopWord ( string word, bool filterEnglish, int filterEnglishLength, bool filterNumeric, int filterNumericLength ) : bool
word string
filterEnglish bool
filterEnglishLength int
filterNumeric bool
filterNumericLength int
return bool

LoadStopwordsDict() public method

public LoadStopwordsDict ( String fileName ) : void
fileName String
return void