Package | Description |
---|---|
com.simiacryptus.util.text |
Modifier and Type | Class and Description |
---|---|
class |
CharTrieIndex |
Modifier and Type | Field and Description |
---|---|
protected CharTrie |
NodewalkerCodec.inner |
protected CharTrie |
TrieNode.trie |
Modifier and Type | Method and Description |
---|---|
CharTrie |
CharTrie.add(CharTrie z) |
CharTrie |
CharTrieIndex.addAlphabet(String document) |
CharTrie |
CharTrie.copy() |
CharTrie |
ConvolutionalTrieSerializer.deserialize(byte[] bytes) |
CharTrie |
CharTrieSerializer.deserialize(byte[] bytes) |
CharTrie |
CharTrie.divide(CharTrie z,
int factor) |
CharTrie |
LanguageModel.getTrie() |
CharTrie |
TrieNode.getTrie() |
static CharTrie |
CharTrieIndex.indexFulltext(Collection<String> documents,
int maxLevels,
int minWeight) |
static CharTrie |
CharTrieIndex.indexWords(Collection<String> documents,
int maxLevels,
int minWeight) |
CharTrie |
CharTrie.product(CharTrie z) |
CharTrie |
CharTrie.reduce(CharTrie right,
BiFunction<TrieNode,TrieNode,TreeMap<Character,Long>> fn) |
CharTrie |
CharTrie.reduceSimple(CharTrie z,
BiFunction<Long,Long,Long> fn) |
CharTrie |
CharTrie.reverse() |
CharTrie |
CharTrie.rewrite(BiFunction<TrieNode,Map<Character,TrieNode>,TreeMap<Character,Long>> fn) |
CharTrie |
CharTrieIndex.truncate()
Removes cursor data, retaining only the tree of tokens and counts.
|
protected CharTrie |
CharTrie.truncate() |
Modifier and Type | Method and Description |
---|---|
static BiFunction<CharTrie,CharTrie,CharTrie> |
CharTrie.reducer(BiFunction<TrieNode,TrieNode,TreeMap<Character,Long>> fn) |
static BiFunction<CharTrie,CharTrie,CharTrie> |
CharTrie.reducer(BiFunction<TrieNode,TrieNode,TreeMap<Character,Long>> fn) |
static BiFunction<CharTrie,CharTrie,CharTrie> |
CharTrie.reducer(BiFunction<TrieNode,TrieNode,TreeMap<Character,Long>> fn) |
Modifier and Type | Method and Description |
---|---|
CharTrie |
CharTrie.add(CharTrie z) |
CharTrie |
CharTrie.divide(CharTrie z,
int factor) |
CharTrie |
CharTrie.product(CharTrie z) |
CharTrie |
CharTrie.reduce(CharTrie right,
BiFunction<TrieNode,TrieNode,TreeMap<Character,Long>> fn) |
CharTrie |
CharTrie.reduceSimple(CharTrie z,
BiFunction<Long,Long,Long> fn) |
byte[] |
ConvolutionalTrieSerializer.serialize(CharTrie charTrie) |
byte[] |
CharTrieSerializer.serialize(CharTrie charTrie) |
Constructor and Description |
---|
CharTrie(CharTrie charTrie) |
IndexNode(CharTrie trie,
int index) |
IndexNode(CharTrie trie,
short depth,
int index,
TrieNode parent) |
TrieNode(CharTrie trie,
int index) |
TrieNode(CharTrie trie,
int index,
TrieNode parent) |
Copyright © 2017 SimiaCryptus Software. All rights reserved.