Uses of Enum Class
com.yahoo.language.process.TokenType
Packages that use TokenType
-
Uses of TokenType in com.yahoo.language.process
Methods in com.yahoo.language.process that return TokenTypeModifier and TypeMethodDescriptionToken.getType()Returns the type of this token - word, space or punctuation etc.static TokenTypeTokenType.valueOf(int value) Translates this from the int code representation returned fromgetValue()static TokenTypeReturns the enum constant of this class with the specified name.static TokenType[]TokenType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TokenType in com.yahoo.language.simple
Methods in com.yahoo.language.simple that return TokenTypeModifier and TypeMethodDescriptionSimpleToken.getType()static TokenTypeSimpleTokenType.valueOf(int codePoint) Methods in com.yahoo.language.simple with parameters of type TokenType