Uses of Class
cc.mallet.types.Token
-
Packages that use Token Package Description cc.mallet.extract Unimplemented.cc.mallet.share.weili.ner cc.mallet.types Fundamental MALLET types, including FeatureVector, Instance, Label etc. -
-
Uses of Token in cc.mallet.extract
Subclasses of Token in cc.mallet.extract Modifier and Type Class Description class
StringSpan
A sub-section of a linear string. -
Uses of Token in cc.mallet.share.weili.ner
Methods in cc.mallet.share.weili.ner that return Token Modifier and Type Method Description Token
WordTransformation. transformedToken(java.lang.String original)
-
Uses of Token in cc.mallet.types
Constructors in cc.mallet.types with parameters of type Token Constructor Description TokenSequence(Token[] tokens)
Constructor parameters in cc.mallet.types with type arguments of type Token Constructor Description TokenSequence(java.util.Collection<Token> tokens)
-