public class PropbankReader extends AbstractSRLAnnotationReader
Modifier and Type | Class and Description |
---|---|
static class |
PropbankReader.Aspects |
static class |
PropbankReader.Forms |
static class |
PropbankReader.Person |
static class |
PropbankReader.Tenses |
static class |
PropbankReader.Voices |
Modifier and Type | Field and Description |
---|---|
static String |
AspectIdentifier |
static String |
FormIdentifier |
static String |
PersonIdentifier |
static String |
Tagger |
static String |
TenseIdentifier |
static String |
VoiceIdentifier |
dataHome, HyphenTagInfo, LemmaIdentifier, mergeContiguousCArgs, SenseIdentifier, srlViewName
combinedWSJHome, currentSectionId, PENN_TREEBANK_WSJ
corpusName, currentAnnotationId, resourceManager
Constructor and Description |
---|
PropbankReader(Iterable<TextAnnotation> list,
String treebankHome,
String propbankHome,
String[] sections,
String srlViewName,
boolean mergeContiguousCArgs) |
PropbankReader(String treebankHome,
String propbankHome,
String[] sections,
String srlViewName,
boolean mergeContiguousCArgs) |
PropbankReader(String treebankHome,
String propbankHome,
String srlViewName,
boolean mergeContiguousCArgs) |
Modifier and Type | Method and Description |
---|---|
protected String |
getDataFile(String dataHome) |
protected edu.illinois.cs.cogcomp.nlp.corpusreaders.AbstractSRLAnnotationReader.Fields |
readFields(String line) |
hasNext, next
generateReport, initializeReader, remove
iterator, reset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
forEachRemaining
public static final String FormIdentifier
public static final String TenseIdentifier
public static final String AspectIdentifier
public static final String PersonIdentifier
public static final String VoiceIdentifier
public static final String Tagger
public PropbankReader(String treebankHome, String propbankHome, String srlViewName, boolean mergeContiguousCArgs) throws Exception
Exception
public PropbankReader(String treebankHome, String propbankHome, String[] sections, String srlViewName, boolean mergeContiguousCArgs) throws Exception
Exception
protected edu.illinois.cs.cogcomp.nlp.corpusreaders.AbstractSRLAnnotationReader.Fields readFields(String line)
readFields
in class AbstractSRLAnnotationReader
protected String getDataFile(String dataHome)
getDataFile
in class AbstractSRLAnnotationReader
Copyright © 2017. All rights reserved.