Uses of Class
opennlp.tools.util.normalizer.TextNormalizer.Builder
Packages that use TextNormalizer.Builder
-
Uses of TextNormalizer.Builder in opennlp.tools.util.normalizer
Methods in opennlp.tools.util.normalizer that return TextNormalizer.BuilderModifier and TypeMethodDescriptionTextNormalizer.Builder.accentFold()Returns this builder with script-gated diacritic folding appended.static TextNormalizer.BuilderTextNormalizer.builder()Returns a new, emptyTextNormalizer.Builder.TextNormalizer.Builder.bullets()Returns this builder with list-bullet replacement appended.TextNormalizer.Builder.caseFold()Returns this builder with case folding appended.TextNormalizer.Builder.dashes()Returns this builder with dash folding appended.TextNormalizer.Builder.digits()Returns this builder with decimal-digit folding appended.TextNormalizer.Builder.ellipsis()Returns this builder with ellipsis expansion appended.TextNormalizer.Builder.emojiToEmoticon()Returns this builder with emoji-to-emoticon folding appended.TextNormalizer.Builder.emoticonToEmoji()Returns this builder with emoticon-to-emoji folding appended.TextNormalizer.Builder.fullCaseFold()Returns this builder with Unicode full case folding appended.TextNormalizer.Builder.nfc()Returns this builder with NFC canonical composition appended.TextNormalizer.Builder.nfkc()Returns this builder with NFKC compatibility composition appended.TextNormalizer.Builder.quotes()Returns this builder with quotation-mark folding appended.TextNormalizer.Builder.stripInvisible()Returns this builder with invisible/bidi control stripping appended.TextNormalizer.Builder.whitespace()Returns this builder with Unicode whitespace collapsing appended.TextNormalizer.Builder.whitespacePreservingLineBreaks()Returns this builder with whitespace collapsing that preserves line and paragraph breaks appended.TextNormalizer.Builder.with(opennlp.tools.util.normalizer.CharSequenceNormalizer custom) Appends a custom normalizer.