Uses of Class
banner.types.Token
-
Packages that use Token Package Description banner.eval.dataset banner.types -
-
Uses of Token in banner.eval.dataset
Method parameters in banner.eval.dataset with type arguments of type Token Modifier and Type Method Description protected static intBC2GMDataset. getTokenIndex(List<Token> tokens, int index) -
Uses of Token in banner.types
Methods in banner.types that return types with arguments of type Token Modifier and Type Method Description List<Token>Mention. getTokens()List<Token>Sentence. getTokens()Methods in banner.types with parameters of type Token Modifier and Type Method Description voidSentence. addToken(Token token)intToken. compareTo(Token token2)List<Mention>Sentence. getMentions(Token token, Set<Mention.MentionType> mentionTypes)Method parameters in banner.types with type arguments of type Token Modifier and Type Method Description static EntityNameEntityName. createFromTokens(String name, List<Token> tokens)
-