|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Trie | |
|---|---|
| net.sf.eos.hadoop.mapred.cooccurrence | Main task of the εοs-toolkit mapreduce system to support cooccurrence based entity oriented search. |
| net.sf.eos.trie | Contains the base structure for memory based entity recognition. |
| Uses of Trie in net.sf.eos.hadoop.mapred.cooccurrence |
|---|
| Methods in net.sf.eos.hadoop.mapred.cooccurrence that return Trie | |
|---|---|
protected Trie<CharSequence,Set<CharSequence>> |
DictionaryBasedEntityRecognizerMapper.getTrie()
Returns a Trie instance. |
Trie<CharSequence,Set<CharSequence>> |
DictionaryBasedEntityIdKeyGenerator.getTrie()
|
| Methods in net.sf.eos.hadoop.mapred.cooccurrence with parameters of type Trie | |
|---|---|
void |
DictionaryBasedEntityIdKeyGenerator.setTrie(Trie<CharSequence,Set<CharSequence>> trie)
|
| Uses of Trie in net.sf.eos.trie |
|---|
| Classes in net.sf.eos.trie that implement Trie | |
|---|---|
class |
PatriciaTrie<K,V>
A PATRICIA Trie. |
| Methods in net.sf.eos.trie with parameters of type Trie | ||
|---|---|---|
void |
XmlTrieLoader.loadTrie(InputStream trieData,
Trie<CharSequence,Set<CharSequence>> trie)
Creates a Trie from the InputStream. |
|
void |
TrieLoader.loadTrie(InputStream trieData,
Trie<K,V> trie)
Creates a < Trie from the InputStream. |
|
abstract void |
AbstractTrieLoader.loadTrie(InputStream trieData,
Trie<K,V> trie)
|
|
static
|
TrieUtils.select(Trie<K,V> trie,
K key,
int count)
|
|
static
|
TrieUtils.select(Trie<K,V> trie,
K key,
int count,
Trie.Cursor<K,V> cursor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||