public interface TokenCategorizer
TokenCategorizer supplies a string-based
category for string-based tokens.| Modifier and Type | Method and Description |
|---|---|
String[] |
categories()
Returns an array of all available categories produced by this
categorizer.
|
String |
categorize(String token)
Returns the category string for the specified token.
|
String categorize(String token)
token - Token to categorize.String[] categories()
Copyright © 2016 Alias-i, Inc.. All rights reserved.