|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PatriciaTrie.KeyAnalyzer | |
---|---|
net.sf.eos.trie | Contains the base structure for memory based entity recognition. |
Uses of PatriciaTrie.KeyAnalyzer in net.sf.eos.trie |
---|
Classes in net.sf.eos.trie that implement PatriciaTrie.KeyAnalyzer | |
---|---|
class |
ByteArrayKeyAnalyzer
|
class |
CharSequenceKeyAnalyzer
Analyzes CharSequence keys with case sensitivity. |
Methods in net.sf.eos.trie that return PatriciaTrie.KeyAnalyzer | |
---|---|
PatriciaTrie.KeyAnalyzer<? super K> |
PatriciaTrie.getKeyAnalyzer()
Returns the KeyAnalyzer that constructed the trie. |
Constructors in net.sf.eos.trie with parameters of type PatriciaTrie.KeyAnalyzer | |
---|---|
PatriciaTrie(PatriciaTrie.KeyAnalyzer<? super K> keyAnalyzer)
Constructs a new PatriciaTrie using the given keyAnalyzer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |