Uses of Interface
cc.mallet.extract.FieldCleaner
-
Packages that use FieldCleaner Package Description cc.mallet.extract Unimplemented. -
-
Uses of FieldCleaner in cc.mallet.extract
Classes in cc.mallet.extract that implement FieldCleaner Modifier and Type Class Description class
RegexFieldCleaner
A field cleaner that removes all occurrences of a given regex.Methods in cc.mallet.extract with parameters of type FieldCleaner Modifier and Type Method Description void
Extraction. cleanFields(FieldCleaner cleaner)
-