Uses of Interface
edu.upf.taln.dri.lib.model.ext.Token
-
Packages that use Token Package Description edu.upf.taln.dri.lib.model edu.upf.taln.dri.lib.model.ext edu.upf.taln.dri.lib.model.util edu.upf.taln.dri.lib.model.util.serializer.model -
-
Uses of Token in edu.upf.taln.dri.lib.model
Methods in edu.upf.taln.dri.lib.model that return Token Modifier and Type Method Description Token
DocCacheManager. getCachedToken(Integer id)
Get cached token by id; null if the token does not exist in cacheMethods in edu.upf.taln.dri.lib.model with parameters of type Token Modifier and Type Method Description boolean
DocCacheManager. cacheToken(Token tok)
Add a token to the cache / replace an existing one -
Uses of Token in edu.upf.taln.dri.lib.model.ext
Classes in edu.upf.taln.dri.lib.model.ext that implement Token Modifier and Type Class Description class
TokenImpl
IMPORTANT: Never instantiate directly this class!
Sentence of a document together with its descriptive features.Methods in edu.upf.taln.dri.lib.model.ext that return types with arguments of type Token Modifier and Type Method Description List<Token>
Sentence. getTokens()
List of tokens included in the sentenceList<Token>
SentenceImpl. getTokens()
Method parameters in edu.upf.taln.dri.lib.model.ext with type arguments of type Token Modifier and Type Method Description void
SentenceImpl. setTokens(List<Token> tokens)
-
Uses of Token in edu.upf.taln.dri.lib.model.util
Methods in edu.upf.taln.dri.lib.model.util that return types with arguments of type Token Modifier and Type Method Description static List<Token>
ObjectGenerator. getTokensFromSentenceId(Integer sentenceId, DocCacheManager cacheManager)
Return the list of tokens given a sentence ID -
Uses of Token in edu.upf.taln.dri.lib.model.util.serializer.model
Methods in edu.upf.taln.dri.lib.model.util.serializer.model that return types with arguments of type Token Modifier and Type Method Description List<Token>
SentenceJSON. getTokens()
Method parameters in edu.upf.taln.dri.lib.model.util.serializer.model with type arguments of type Token Modifier and Type Method Description void
SentenceJSON. setTokens(List<Token> tokens)
-