Uses of Interface
opennlp.spellcheck.SpellChecker
Packages that use SpellChecker
Package
Description
-
Uses of SpellChecker in opennlp.spellcheck.normalizer
Methods in opennlp.spellcheck.normalizer with parameters of type SpellCheckerModifier and TypeMethodDescriptionSpellCheckingCharSequenceNormalizer.builder(SpellChecker spellChecker) SpellCheckingCharSequenceNormalizer.withSpellChecker(SpellChecker checker) Returns a copy of this normalizer carrying the same settings but backed by the given checker.Constructors in opennlp.spellcheck.normalizer with parameters of type SpellCheckerModifierConstructorDescriptionSpellCheckingCharSequenceNormalizer(SpellChecker spellChecker) Creates a normalizer inSpellCheckingCharSequenceNormalizer.Mode.PER_TOKENmode with default guards from aSpellChecker. -
Uses of SpellChecker in opennlp.spellcheck.stream
Constructors in opennlp.spellcheck.stream with parameters of type SpellCheckerModifierConstructorDescriptionSpellCorrectingObjectStream(opennlp.tools.util.ObjectStream<String> samples, SpellChecker spellChecker) Wrapssampleswith a default per-token corrector backed by aSpellChecker.SpellCorrectingTokenStream(opennlp.tools.util.ObjectStream<String> samples, SpellChecker spellChecker) -
Uses of SpellChecker in opennlp.spellcheck.symspell
Classes in opennlp.spellcheck.symspell that implement SpellCheckerModifier and TypeClassDescriptionfinal classSymmetric Delete spelling correction engine (SymSpell).