public class VerbSensePropbankReader extends PennTreebankReader
Modifier and Type | Field and Description |
---|---|
protected String |
dataHome |
static String |
LemmaIdentifier |
combinedWSJHome, currentSectionId, PENN_TREEBANK_WSJ
corpusName, 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, remove
iterator, reset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
forEachRemaining
public static final String LemmaIdentifier
protected String dataHome
public final boolean hasNext()
AnnotationReader
hasNext
in interface Iterator<TextAnnotation>
hasNext
in class PennTreebankReader
public final TextAnnotation next()
PennTreebankReader
next
in interface Iterator<TextAnnotation>
next
in class PennTreebankReader
Copyright © 2017. All rights reserved.