Uses of Class
opennlp.tools.util.normalizer.Alignment
Packages that use Alignment
-
Uses of Alignment in opennlp.tools.util.normalizer
Methods in opennlp.tools.util.normalizer that return AlignmentModifier and TypeMethodDescriptionAlignedText.alignment()Returns the value of thealignmentrecord component.Composes this alignment with one that further normalizes this alignment's normalized text.Alignment.Builder.build(int originalLength) Finalizes the alignment.Methods in opennlp.tools.util.normalizer with parameters of type AlignmentModifier and TypeMethodDescriptionComposes this alignment with one that further normalizes this alignment's normalized text.Constructors in opennlp.tools.util.normalizer with parameters of type AlignmentModifierConstructorDescriptionAlignedText(CharSequence original, CharSequence normalized, Alignment alignment) Creates an instance of aAlignedTextrecord class.