Method | Description | |
---|---|---|
GetImportantTagsDictionary ( List |
||
GetImportantTagsList ( List |
||
GetPOSTags ( List |
Get the Part-Of-Speech Tags.
|
|
GetTokens ( string input, bool removeSingleCharacterSymbols, bool removeDuplicateTokens, bool convertTokensToLower ) : List |
||
IsNumberToken ( string str ) : bool |
Valid if the string is a number Valid Numbers : digit(s) , digit(s)%, digit(s)/digit(s) or #digit(s)1st, Digit(s)"2nd", Digit(s)"3rd", Digit(s)th |
|
LoadTagLexicon ( bool convertWordsToLower ) : string>.Dictionary |
||
ReLoadLexiconHash ( ) : void | ||
Tagger ( ) : System |
Method | Description | |
---|---|---|
FormatInput ( string input ) : string | ||
IsNumeric ( string str ) : bool | ||
IsSymbolWord ( string word ) : bool |
public GetImportantTagsDictionary ( List |
||
tokens | List |
|
posTags | List |
|
return | string>.Dictionary |
public GetImportantTagsList ( List |
||
tokens | List |
|
posTags | List |
|
return | List |
public GetTokens ( string input, bool removeSingleCharacterSymbols, bool removeDuplicateTokens, bool convertTokensToLower ) : List |
||
input | string | |
removeSingleCharacterSymbols | bool | |
removeDuplicateTokens | bool | |
convertTokensToLower | bool | |
return | List |
public static IsNumberToken ( string str ) : bool | ||
str | string | a string |
return | bool |
public LoadTagLexicon ( bool convertWordsToLower ) : string>.Dictionary |
||
convertWordsToLower | bool | |
return | string>.Dictionary |