Uses of Package
opennlp.tools.util.normalizer
-
Packages that use opennlp.tools.util.normalizer Package Description opennlp.tools.langdetect Package related to predicting languages from samples of text.opennlp.tools.util.normalizer -
Classes in opennlp.tools.util.normalizer used by opennlp.tools.langdetect Class Description CharSequenceNormalizer A char sequence normalizer, used to adjusting (prune, substitute, add, etc.) characters in order to remove noise from text -
Classes in opennlp.tools.util.normalizer used by opennlp.tools.util.normalizer Class Description CharSequenceNormalizer A char sequence normalizer, used to adjusting (prune, substitute, add, etc.) characters in order to remove noise from textEmojiCharSequenceNormalizer AEmojiCharSequenceNormalizerimplementation that normalizes text in terms of emojis.NumberCharSequenceNormalizer ANumberCharSequenceNormalizerimplementation that normalizes text in terms of numbers.ShrinkCharSequenceNormalizer AShrinkCharSequenceNormalizerimplementation that shrinks repeated spaces / chars in text.TwitterCharSequenceNormalizer ATwitterCharSequenceNormalizerimplementation that normalizes text in terms of Twitter character patterns.UrlCharSequenceNormalizer AUrlCharSequenceNormalizerimplementation that normalizes text in terms of URls and email addresses.