Package opennlp.tools.util.normalizer
Class EmojiCharSequenceNormalizer
java.lang.Object
opennlp.tools.util.normalizer.EmojiCharSequenceNormalizer
- All Implemented Interfaces:
Serializable,opennlp.tools.util.normalizer.CharSequenceNormalizer
@Deprecated(since="3.0.0",
forRemoval=true)
public class EmojiCharSequenceNormalizer
extends Object
implements opennlp.tools.util.normalizer.CharSequenceNormalizer
Deprecated, for removal: This API element is subject to removal in a future version.
A
EmojiCharSequenceNormalizer implementation that normalizes text
in terms of emojis. Every encounter will be replaced by a whitespace.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic EmojiCharSequenceNormalizerDeprecated, for removal: This API element is subject to removal in a future version.normalize(CharSequence text) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
EmojiCharSequenceNormalizer
public EmojiCharSequenceNormalizer()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getInstance
Deprecated, for removal: This API element is subject to removal in a future version. -
normalize
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
normalizein interfaceopennlp.tools.util.normalizer.CharSequenceNormalizer
-
EmojiToEmoticonCharSequenceNormalizerinstead.