Uses of Class
opennlp.spellcheck.normalizer.SpellCheckingCharSequenceNormalizer
Packages that use SpellCheckingCharSequenceNormalizer
-
Uses of SpellCheckingCharSequenceNormalizer in opennlp.spellcheck.normalizer
Methods in opennlp.spellcheck.normalizer that return SpellCheckingCharSequenceNormalizerModifier and TypeMethodDescriptionSpellCheckingCharSequenceNormalizer.Builder.build()SpellCheckingCharSequenceNormalizer.withSpellChecker(SpellChecker checker) Returns a copy of this normalizer carrying the same settings but backed by the given checker. -
Uses of SpellCheckingCharSequenceNormalizer in opennlp.spellcheck.stream
Constructors in opennlp.spellcheck.stream with parameters of type SpellCheckingCharSequenceNormalizerModifierConstructorDescriptionSpellCorrectingObjectStream(opennlp.tools.util.ObjectStream<String> samples, SpellCheckingCharSequenceNormalizer normalizer) Wrapssampleswith an explicitly configured corrector, so callers can pick the mode and guards throughSpellCheckingCharSequenceNormalizer.Builder.SpellCorrectingTokenStream(opennlp.tools.util.ObjectStream<String> samples, SpellCheckingCharSequenceNormalizer normalizer, String delimiter) Wrapssampleswith an explicitly configured corrector and delimiter.