Uses of Class
cc.mallet.pipe.Noop
-
Packages that use Noop Package Description cc.mallet.pipe Classes for processing arbitrary data into instances. -
-
Uses of Noop in cc.mallet.pipe
Methods in cc.mallet.pipe with parameters of type Noop Modifier and Type Method Description static InstanceList
AddClassifierTokenPredictions. convert(InstanceList ilist, Noop alphabetsPipe)
Converts each instance containing a FeatureVectorSequence to multiple instances, each containing an AugmentableFeatureVector as data.static InstanceList
AddClassifierTokenPredictions. convert(Instance inst, Noop alphabetsPipe)
-