Uses of Interface
net.sf.eos.trie.TrieLoader

Packages that use TrieLoader
net.sf.eos.trie Contains the base structure for memory based entity recognition. 
 

Uses of TrieLoader in net.sf.eos.trie
 

Classes in net.sf.eos.trie that implement TrieLoader
 class AbstractTrieLoader<K,V>
           
 class XmlTrieLoader
          The builder creates a trie from a simple XML file.
 

Methods in net.sf.eos.trie that return TrieLoader
static TrieLoader AbstractTrieLoader.newInstance()
          Default TrieLoader is XmlTrieLoader.
static TrieLoader AbstractTrieLoader.newInstance(Configuration config)
           
 



Copyright © 2008. All Rights Reserved.