Uses of Record Class
opennlp.tools.util.normalizer.EmojiAnnotation.Value
Packages that use EmojiAnnotation.Value
-
Uses of EmojiAnnotation.Value in opennlp.tools.util.normalizer
Methods in opennlp.tools.util.normalizer that return types with arguments of type EmojiAnnotation.ValueModifier and TypeMethodDescriptionReturns the value of one attribute with its provenance.EmojiAnnotation.attributes()Returns the value of theattributesrecord component.Resolves joined attribute values for one symbol.Constructor parameters in opennlp.tools.util.normalizer with type arguments of type EmojiAnnotation.ValueModifierConstructorDescriptionEmojiAnnotation(String symbol, Map<String, EmojiAnnotation.Value> attributes) Creates a record; normally records come fromEmojiAnnotations.lookup(CharSequence).