Uses of Interface
cc.mallet.extract.FieldCleaner

Packages that use FieldCleaner
cc.mallet.extract Unimplemented. 
 

Uses of FieldCleaner in cc.mallet.extract
 

Classes in cc.mallet.extract that implement FieldCleaner
 class RegexFieldCleaner
          A field cleaner that removes all occurrences of a given regex.
 

Methods in cc.mallet.extract with parameters of type FieldCleaner
 void Extraction.cleanFields(FieldCleaner cleaner)