Package | Description |
---|---|
com.atilika.kuromoji | |
com.atilika.kuromoji.compile | |
com.atilika.kuromoji.trie | |
com.atilika.kuromoji.viterbi |
Class and Description |
---|
DoubleArrayTrie |
Class and Description |
---|
DoubleArrayTrie |
Class and Description |
---|
DoubleArrayTrie |
PatriciaTrie
Convenient and compact structure for storing key-value pairs and quickly
looking them up, including doing prefix searches
Implements the
Map<String, V> interface
Note that values() , keySet() , entrySet()
and containsValue() have naive implementations |
PatriciaTrie.KeyMapper
Generic interface to map a key to bits
|
PatriciaTrie.PatriciaNode
Nodes used in a
PatriciaTrie containing a String key and associated value data |
Trie
Simple Trie used to build the DoubleArrayTrie
|
Trie.Node
Trie Node
|
Class and Description |
---|
DoubleArrayTrie |
Copyright © 2020. All rights reserved.