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 voidEntryInserter. insert(Entry entry)Method parameters in opennlp.tools.dictionary.serializer with type arguments of type Entry Modifier and Type Method Description static voidDictionaryEntryPersistor. serialize(OutputStream out, Iterator<Entry> entries)Deprecated.static voidDictionaryEntryPersistor. serialize(OutputStream out, Iterator<Entry> entries, boolean casesensitive)Serializes the given entries to the givenOutputStream.
-