Uses of Interface
edu.columbia.cs.ref.model.pattern.resources.Matchable

Packages that use Matchable
edu.columbia.cs.cg.prdualrank.graph   
edu.columbia.cs.cg.prdualrank.graph.generator   
edu.columbia.cs.cg.prdualrank.inference   
edu.columbia.cs.cg.prdualrank.inference.quest   
edu.columbia.cs.cg.prdualrank.inference.quest.impl   
edu.columbia.cs.cg.prdualrank.model   
edu.columbia.cs.cg.prdualrank.pattern.extractor   
edu.columbia.cs.ref.model   
edu.columbia.cs.ref.model.entity   
edu.columbia.cs.ref.model.pattern   
edu.columbia.cs.ref.model.relationship   
 

Uses of Matchable in edu.columbia.cs.cg.prdualrank.graph
 

Classes in edu.columbia.cs.cg.prdualrank.graph with type parameters of type Matchable
 class PRDualRankGraph<T extends Matchable,D extends Document>
          This class is used for our implementation of: "Searching Patterns for Relation Extraction over the Web: Rediscovering the Pattern-Relation Duality" .
 

Uses of Matchable in edu.columbia.cs.cg.prdualrank.graph.generator
 

Classes in edu.columbia.cs.cg.prdualrank.graph.generator with type parameters of type Matchable
 class GraphGenerator<T extends Matchable,D extends Document>
          This class is used for our implementation of: "Searching Patterns for Relation Extraction over the Web: Rediscovering the Pattern-Relation Duality" .
 

Uses of Matchable in edu.columbia.cs.cg.prdualrank.inference
 

Classes in edu.columbia.cs.cg.prdualrank.inference with type parameters of type Matchable
 class InferencePRDualRank<T extends Matchable,D extends Document>
          This class is used for our implementation of: "Searching Patterns for Relation Extraction over the Web: Rediscovering the Pattern-Relation Duality" .
 

Uses of Matchable in edu.columbia.cs.cg.prdualrank.inference.quest
 

Classes in edu.columbia.cs.cg.prdualrank.inference.quest with type parameters of type Matchable
 interface QuestCalculator<T extends Matchable,D extends Document>
          This class is used for our implementation of: "Searching Patterns for Relation Extraction over the Web: Rediscovering the Pattern-Relation Duality" .
 

Uses of Matchable in edu.columbia.cs.cg.prdualrank.inference.quest.impl
 

Classes in edu.columbia.cs.cg.prdualrank.inference.quest.impl with type parameters of type Matchable
 class MapBasedQuestCalculator<T extends Matchable,D extends Document>
          This class is used for our implementation of: "Searching Patterns for Relation Extraction over the Web: Rediscovering the Pattern-Relation Duality" .
 class MatricesBasedQuestCalculator<T extends Matchable,D extends Document>
          This class is used for our implementation of: "Searching Patterns for Relation Extraction over the Web: Rediscovering the Pattern-Relation Duality" .
 

Uses of Matchable in edu.columbia.cs.cg.prdualrank.model
 

Classes in edu.columbia.cs.cg.prdualrank.model with type parameters of type Matchable
 class PRDualRankModel<S extends Matchable,E extends Matchable,D extends Document>
          This class is used for our implementation of: "Searching Patterns for Relation Extraction over the Web: Rediscovering the Pattern-Relation Duality" .
 class PRDualRankModel<S extends Matchable,E extends Matchable,D extends Document>
          This class is used for our implementation of: "Searching Patterns for Relation Extraction over the Web: Rediscovering the Pattern-Relation Duality" .
 

Uses of Matchable in edu.columbia.cs.cg.prdualrank.pattern.extractor
 

Classes in edu.columbia.cs.cg.prdualrank.pattern.extractor with type parameters of type Matchable
 interface PatternExtractor<T extends Matchable>
          This class is used for our implementation of: "Searching Patterns for Relation Extraction over the Web: Rediscovering the Pattern-Relation Duality" .
 

Uses of Matchable in edu.columbia.cs.ref.model
 

Classes in edu.columbia.cs.ref.model that implement Matchable
 class Document
          Representation of a Document.
 class TokenizedDocument
          Particular type of Document that went through a tokenization process.
 

Uses of Matchable in edu.columbia.cs.ref.model.entity
 

Classes in edu.columbia.cs.ref.model.entity that implement Matchable
 class Entity
          The Class Entity represents entities that are present in a text.
 

Uses of Matchable in edu.columbia.cs.ref.model.pattern
 

Classes in edu.columbia.cs.ref.model.pattern with type parameters of type Matchable
 class Pattern<T extends Matchable,D extends Document>
          A Pattern represents any object that can be matched in a given document.
 

Uses of Matchable in edu.columbia.cs.ref.model.relationship
 

Classes in edu.columbia.cs.ref.model.relationship that implement Matchable
 class Relationship
          The Class Relationship represents relationships between several entities present in a document.