| Package | Description |
|---|---|
| org.cleartk.corpus.penntreebank | |
| org.cleartk.corpus.propbank.util | |
| org.cleartk.syntax.constituent.type |
| Modifier and Type | Method and Description |
|---|---|
static TopTreebankNode |
TreebankNodeConverter.convert(TopTreebankNode pojoNode,
JCas jCas,
boolean addToIndexes) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TreebankNodeConverter.initTerminalNodes(TopTreebankNode uimaNode,
JCas jCas) |
| Modifier and Type | Method and Description |
|---|---|
SemanticArgument |
Proplabel.convert(JCas view,
TopTreebankNode topNode)
Convert to ClearTK SemanticArgument annotation and add it to view.
|
TreebankNode |
PropbankTerminalRelation.convert(JCas jCas,
TopTreebankNode topNode) |
Annotation |
PropbankSplitRelation.convert(JCas view,
TopTreebankNode topNode) |
abstract Annotation |
PropbankRelation.convert(JCas jCas,
TopTreebankNode topNode)
Convert to an appropriate ClearTK annotation and add it to jCas if necessary.
|
TreebankNode |
PropbankNodeRelation.convert(JCas jCas,
TopTreebankNode topNode) |
Annotation |
PropbankCorefRelation.convert(JCas jCas,
TopTreebankNode topNode)
This is not implemented for PropbankCorefRelation and will always throw
UnsupportedOperationException. |
Predicate |
Propbank.convert(JCas view,
TopTreebankNode topNode,
Sentence sentence)
Convert to ClearTK Predicate / SemanticArgument annotations and add them to
view.
|
| Modifier and Type | Method and Description |
|---|---|
static TopTreebankNode |
TreebankNodeUtil.getTopNode(TreebankNode node) |
Copyright © 2014. All rights reserved.