Uses of Interface
edu.columbia.cs.ref.tool.preprocessor.Preprocessor

Packages that use Preprocessor
edu.columbia.cs.ref.tool.loader.document.impl   
edu.columbia.cs.ref.tool.preprocessor   
edu.columbia.cs.ref.tool.preprocessor.impl   
 

Uses of Preprocessor in edu.columbia.cs.ref.tool.loader.document.impl
 

Constructors in edu.columbia.cs.ref.tool.loader.document.impl with parameters of type Preprocessor
RawDocumentLoader(java.util.Set<RelationshipType> relationshipTypes, Preprocessor preprocessor, DocumentSegmentator docSegmentator, Tagger... taggers)
           
 

Uses of Preprocessor in edu.columbia.cs.ref.tool.preprocessor
 

Classes in edu.columbia.cs.ref.tool.preprocessor that implement Preprocessor
 class CompositeSequentialPreprocessor
          This class is an implementation of the Preprocessor interface.
 

Constructors in edu.columbia.cs.ref.tool.preprocessor with parameters of type Preprocessor
CompositeSequentialPreprocessor(Preprocessor... preprocessors)
          Instantiates a new composite sequential preprocessor.
 

Uses of Preprocessor in edu.columbia.cs.ref.tool.preprocessor.impl
 

Classes in edu.columbia.cs.ref.tool.preprocessor.impl that implement Preprocessor
 class HTMLContentKeeper
          This class is an implementation of the Preprocessor interface.