Constructor Token
Token(Int32, Char[], Int32, Int32, JapaneseTokenizerType, Int32, IDictionary)
Declaration
public Token(int wordId, char[] surfaceForm, int offset, int length, JapaneseTokenizerType type, int position, IDictionary dictionary)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | wordId | |
System.Char[] | surfaceForm | |
System.Int32 | offset | |
System.Int32 | length | |
JapaneseTokenizerType | type | |
System.Int32 | position | |
IDictionary | dictionary |