Uses of Class
opennlp.tools.dictionary.serializer.Entry

Packages that use Entry
opennlp.tools.dictionary.serializer   
 

Uses of Entry in opennlp.tools.dictionary.serializer
 

Methods in opennlp.tools.dictionary.serializer with parameters of type Entry
 void EntryInserter.insert(Entry entry)
           
 

Method parameters in opennlp.tools.dictionary.serializer with type arguments of type Entry
static void DictionarySerializer.serialize(OutputStream out, Iterator<Entry> entries)
          Serializes the given entries to the given OutputStream.
 



Copyright © 2010. All Rights Reserved.