Uses of Interface
edu.columbia.cs.api.RelationshipExtractor

Packages that use RelationshipExtractor
edu.columbia.cs.api   
 

Uses of RelationshipExtractor in edu.columbia.cs.api
 

Classes in edu.columbia.cs.api that implement RelationshipExtractor
 class ClassifierBasedRelationshipExtractor<D extends Document>
          Implementation of the relationship extractor that uses a classifier to extract information from a document
 class OpenIEUnsupervisedRelationshipExtractor<D extends Document>
          Implementation of the relationship extractor that is based on the unsupervised learning of KnowItAll.
 class PatternBasedRelationshipExtractor<T extends Relationship,D extends Document>
          Implementation of the relationship extractor that uses patterns to extract information from a document