Package opennlp.spellcheck.stream
package opennlp.spellcheck.stream
-
ClassesClassDescriptionA
FilterObjectStreamthat spell-corrects eachStringline read from a wrappedObjectStream(for example aPlainTextByLineStream).AFilterObjectStreamfor tokenized data: each element read from the wrappedObjectStreamis a string of tokens separated by a known delimiter (whitespace by default).