Uses of Class
opennlp.tools.util.normalizer.CharClass
Packages that use CharClass
-
Uses of CharClass in opennlp.tools.util.normalizer
Methods in opennlp.tools.util.normalizer that return CharClassModifier and TypeMethodDescriptionstatic CharClassCharClass.dashes()Returns the dash preset: the UnicodeDashset excluding the mathematical minus signs, replacementU+002D.static CharClassCharClass.of(CodePointSet members, int replacement) Creates a class from a member set and a replacement code point.static CharClassCharClass.whitespace()Returns the whitespace preset: the UnicodeWhite_Spaceset, replacementU+0020.CharClass.withAdditional(CodePointSet extra) Returns a copy of this class whose member set is extended withextra(for example, user-defined code points loaded fromCodePointSet.fromFile(java.nio.file.Path, java.lang.String)).