Property | Type | Description | |
---|---|---|---|
DEFAULT_STOPWORD_PROVIDER_FILENAME | string |
Method | Description | |
---|---|---|
CustomizableStopWordProvider ( ) : System | ||
CustomizableStopWordProvider ( string filename ) : System | ||
IsStopWord ( string word ) : bool |
Method | Description | |
---|---|---|
Init ( ) : void |
public CustomizableStopWordProvider ( ) : System | ||
return | System |
public CustomizableStopWordProvider ( string filename ) : System | ||
filename | string | /// The name of the text file in the app's root that contains a list of stop words, one on each line /// |
return | System |