edu.washington.cs.knowitall.extractor.mapper
Class ReVerbRelationMappers

java.lang.Object
  extended by edu.washington.cs.knowitall.extractor.mapper.Mapper<T>
      extended by edu.washington.cs.knowitall.extractor.mapper.MapperList<ChunkedExtraction>
          extended by edu.washington.cs.knowitall.extractor.mapper.ReVerbRelationMappers

public class ReVerbRelationMappers
extends MapperList<ChunkedExtraction>

A list of mappers for ReVerbExtractor's relations.

Author:
afader

Constructor Summary
ReVerbRelationMappers()
          Default construction of ReVerbRelationMappers.
ReVerbRelationMappers(int minFreq)
           
ReVerbRelationMappers(int minFreq, boolean useLexSynConstraints, boolean mergeOverlapRels)
           
 
Method Summary
 
Methods inherited from class edu.washington.cs.knowitall.extractor.mapper.MapperList
addMapper, doMap, getMappers
 
Methods inherited from class edu.washington.cs.knowitall.extractor.mapper.Mapper
disable, enable, isEnabled, map
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReVerbRelationMappers

public ReVerbRelationMappers()
                      throws IOException
Default construction of ReVerbRelationMappers. Uses Lexical and Syntactic constraints, merges overlapping relations, and requires a minimum of 20 distinct arguments for each relation on a large corpus.

Throws:
IOException

ReVerbRelationMappers

public ReVerbRelationMappers(int minFreq)
                      throws IOException
Throws:
IOException

ReVerbRelationMappers

public ReVerbRelationMappers(int minFreq,
                             boolean useLexSynConstraints,
                             boolean mergeOverlapRels)
                      throws IOException
Throws:
IOException


Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.