edu.washington.cs.knowitall.extractor.mapper
Class ReVerbRelationMappers
java.lang.Object
edu.washington.cs.knowitall.extractor.mapper.Mapper<T>
edu.washington.cs.knowitall.extractor.mapper.MapperList<ChunkedExtraction>
edu.washington.cs.knowitall.extractor.mapper.ReVerbRelationMappers
public class ReVerbRelationMappers
- extends MapperList<ChunkedExtraction>
A list of mappers for ReVerbExtractor's relations.
- Author:
- afader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.