Uses of Record Class
opennlp.tools.dictionary.serializer.Entry
Packages that use Entry
-
Uses of Entry in opennlp.tools.dictionary.serializer
Methods in opennlp.tools.dictionary.serializer with parameters of type EntryMethod parameters in opennlp.tools.dictionary.serializer with type arguments of type EntryModifier and TypeMethodDescriptionstatic void
DictionaryEntryPersistor.serialize
(OutputStream out, Iterator<Entry> entries, boolean casesensitive) Serializes the given entries to the givenOutputStream
.