Uses of Enum Class
opennlp.tools.util.normalizer.EmojiCategory
Packages that use EmojiCategory
-
Uses of EmojiCategory in opennlp.tools.util.normalizer
Subclasses with type arguments of type EmojiCategory in opennlp.tools.util.normalizerModifier and TypeClassDescriptionenumThe document-category hint of an annotated emoji, one constant per group header of the upstream Unicodeemoji-test.txt(Emoji Keyboard/Display Test Data for UTS #51).Methods in opennlp.tools.util.normalizer that return EmojiCategoryModifier and TypeMethodDescriptionstatic EmojiCategoryReturns the enum constant of this class with the specified name.static EmojiCategory[]EmojiCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in opennlp.tools.util.normalizer that return types with arguments of type EmojiCategoryModifier and TypeMethodDescriptionEmojiAnnotation.category()Returns the document-category hint, or empty when not annotated.