Package | Description |
---|---|
com.atilika.kuromoji.trie |
Modifier and Type | Method and Description |
---|---|
Trie.Node |
Trie.Node.addChild(Trie.Node newNode)
Adds a new child node to this node
|
Trie.Node |
Trie.getRoot()
Returns this trie's root node
|
Modifier and Type | Method and Description |
---|---|
List<Trie.Node> |
Trie.Node.getChildren()
Returns this node's child nodes
|
Modifier and Type | Method and Description |
---|---|
Trie.Node |
Trie.Node.addChild(Trie.Node newNode)
Adds a new child node to this node
|
Copyright © 2020. All rights reserved.