Uses of Interface
edu.columbia.cs.ref.tool.segmentator.DocumentSegmentator

Packages that use DocumentSegmentator
edu.columbia.cs.ref.tool.loader.document.impl   
edu.columbia.cs.ref.tool.segmentator.impl   
 

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

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

Uses of DocumentSegmentator in edu.columbia.cs.ref.tool.segmentator.impl
 

Classes in edu.columbia.cs.ref.tool.segmentator.impl that implement DocumentSegmentator
 class SimpleSegmentDocumentSegmentator
          The SimpleSegmentDocumentSegmentator is an implementation of the DocumentSegmentator.