Uses of Enum Class
opennlp.tools.util.normalizer.EmojiEntityType
Packages that use EmojiEntityType
-
Uses of EmojiEntityType in opennlp.tools.util.normalizer
Subclasses with type arguments of type EmojiEntityType in opennlp.tools.util.normalizerModifier and TypeClassDescriptionenumThe coarse entity type of an annotated emoji, a small project-authored taxonomy assigned from the subgroup headers of the upstream Unicodeemoji-test.txt(Emoji Keyboard/Display Test Data for UTS #51): for example theface-smilingandface-concernedsubgroups map toEmojiEntityType.FACEandtransport-groundmaps toEmojiEntityType.VEHICLE.Methods in opennlp.tools.util.normalizer that return EmojiEntityTypeModifier and TypeMethodDescriptionstatic EmojiEntityTypeReturns the enum constant of this class with the specified name.static EmojiEntityType[]EmojiEntityType.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 EmojiEntityTypeModifier and TypeMethodDescriptionEmojiAnnotation.entityType()Returns the coarse entity type, or empty when not annotated.