Package | Description |
---|---|
com.atilika.kuromoji | |
com.atilika.kuromoji.dict | |
com.atilika.kuromoji.ipadic | |
com.atilika.kuromoji.viterbi |
Modifier and Type | Field and Description |
---|---|
protected EnumMap<ViterbiNode.Type,Dictionary> |
TokenizerBase.dictionaryMap |
Constructor and Description |
---|
TokenBase(int wordId,
String surface,
ViterbiNode.Type type,
int position,
Dictionary dictionary) |
Modifier and Type | Class and Description |
---|---|
class |
InsertedDictionary |
class |
TokenInfoDictionary |
class |
UnknownDictionary |
class |
UserDictionary |
Constructor and Description |
---|
Token(int wordId,
String surface,
ViterbiNode.Type type,
int position,
Dictionary dictionary) |
Modifier and Type | Method and Description |
---|---|
T |
TokenFactory.createToken(int wordId,
String surface,
ViterbiNode.Type type,
int position,
Dictionary dictionary) |
Constructor and Description |
---|
ViterbiNode(int wordId,
String word,
Dictionary dictionary,
int startIndex,
ViterbiNode.Type type) |
Copyright © 2020. All rights reserved.