Uses of Package
opennlp.tools.util.normalizer
Packages that use opennlp.tools.util.normalizer
Package
Description
Package related to predicting languages from samples of text.
-
Classes in opennlp.tools.util.normalizer used by opennlp.tools.langdetectClassDescriptionA char sequence normalizer, used to adjusting (prune, substitute, add, etc.)
-
Classes in opennlp.tools.util.normalizer used by opennlp.tools.util.normalizerClassDescriptionA char sequence normalizer, used to adjusting (prune, substitute, add, etc.)A
EmojiCharSequenceNormalizer
implementation that normalizes text in terms of emojis.ANumberCharSequenceNormalizer
implementation that normalizes text in terms of numbers.AShrinkCharSequenceNormalizer
implementation that shrinks repeated spaces / chars in text.ATwitterCharSequenceNormalizer
implementation that normalizes text in terms of Twitter character patterns.AUrlCharSequenceNormalizer
implementation that normalizes text in terms of URls and email addresses.