Uses of Class
opennlp.tools.dictionary.serializer.Entry
-
Packages that use Entry Package Description opennlp.tools.dictionary.serializer -
-
Uses of Entry in opennlp.tools.dictionary.serializer
Methods in opennlp.tools.dictionary.serializer with parameters of type Entry Modifier and Type Method Description void
EntryInserter. insert(Entry entry)
Method parameters in opennlp.tools.dictionary.serializer with type arguments of type Entry Modifier and Type Method Description static void
DictionaryEntryPersistor. serialize(OutputStream out, Iterator<Entry> entries)
Deprecated.static void
DictionaryEntryPersistor. serialize(OutputStream out, Iterator<Entry> entries, boolean casesensitive)
Serializes the given entries to the givenOutputStream
.
-