Uses of Interface
cc.mallet.types.PropertyHolder
-
Packages that use PropertyHolder Package Description cc.mallet.extract Unimplemented.cc.mallet.types Fundamental MALLET types, including FeatureVector, Instance, Label etc. -
-
Uses of PropertyHolder in cc.mallet.extract
Classes in cc.mallet.extract that implement PropertyHolder Modifier and Type Class Description class
StringSpan
A sub-section of a linear string. -
Uses of PropertyHolder in cc.mallet.types
Classes in cc.mallet.types that implement PropertyHolder Modifier and Type Class Description class
Token
A representation of a piece of text, usually a single word, to which we can attach properties.
-