public class VerbSensePropbankReader extends PennTreebankReader
| Modifier and Type | Field and Description |
|---|---|
protected String |
dataHome |
static String |
LemmaIdentifier |
combinedWSJHome, currentSectionId, PENN_TREEBANK_WSJcorpusName, currentAnnotationId, resourceManager| Constructor and Description |
|---|
VerbSensePropbankReader(String treebankHome,
String dataHome,
String[] sections) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
is there another annotation object to return?
|
TextAnnotation |
next()
return the next annotation object.
|
generateReport, initializeReader, removeiterator, resetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic static final String LemmaIdentifier
protected String dataHome
public final boolean hasNext()
AnnotationReaderhasNext in interface Iterator<TextAnnotation>hasNext in class PennTreebankReaderpublic final TextAnnotation next()
PennTreebankReadernext in interface Iterator<TextAnnotation>next in class PennTreebankReaderCopyright © 2017. All rights reserved.