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)
          Deprecated. Use DictionarySerializer.serialize(java.io.OutputStream, java.util.Iterator, boolean) instead
static void DictionarySerializer.serialize(OutputStream out, Iterator<Entry> entries, boolean casesensitive)
          Serializes the given entries to the given OutputStream.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.