Uses of Record Class
opennlp.tools.util.normalizer.UnicodeDash.DashCharacter
Packages that use UnicodeDash.DashCharacter
-
Uses of UnicodeDash.DashCharacter in opennlp.tools.util.normalizer
Methods in opennlp.tools.util.normalizer that return types with arguments of type UnicodeDash.DashCharacterModifier and TypeMethodDescriptionstatic List<UnicodeDash.DashCharacter> UnicodeDash.all()Returns all Unicode dash characters, in ascending code point order.static Optional<UnicodeDash.DashCharacter> UnicodeDash.byCodePoint(int codePoint) Looks up the reference entry for a dash code point.static List<UnicodeDash.DashCharacter> UnicodeDash.mathematical()Returns the mathematical minus signs, excluded from the default normalization set.