Uses of Record Class
opennlp.tools.util.normalizer.AlignedText
Packages that use AlignedText
-
Uses of AlignedText in opennlp.tools.util.normalizer
Methods in opennlp.tools.util.normalizer that return AlignedTextModifier and TypeMethodDescriptionCharClass.collapseAligned(CharSequence text) LikeCharClass.collapse(CharSequence)but also produces theAlignmentback to the original text.CharClass.collapsePreservingAligned(CharSequence text, CodePointSet keep, int keepReplacement) LikeCharClass.collapsePreserving(CharSequence, CodePointSet, int)but also produces theAlignmentback to the original text.CharClass.normalizeAligned(CharSequence text) LikeCharClass.normalize(CharSequence)but also produces theAlignmentback to the original text.OffsetAwareNormalizer.normalizeAligned(CharSequence text) Normalizestextand returns the result together with theAlignmentback to the input.CharClass.removeAllAligned(CharSequence text) LikeCharClass.removeAll(CharSequence)but also produces theAlignmentback to the original text.static AlignedTextCharClass.substituteAligned(CharSequence text, IntFunction<String> substitution) LikeCharClass.substitute(CharSequence, IntFunction)but also produces theAlignmentback to the original text.CharClass.trimAligned(CharSequence text) LikeCharClass.trim(CharSequence)but also produces theAlignmentback to the original text.