| Package | Description |
|---|---|
| org.cleartk.corpus.propbank.util |
| Modifier and Type | Class and Description |
|---|---|
class |
PropbankCorefRelation
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
class |
PropbankNodeRelation
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
class |
PropbankSplitRelation
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
class |
PropbankTerminalRelation
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
| Modifier and Type | Field and Description |
|---|---|
protected PropbankRelation |
Proplabel.relation |
protected PropbankRelation |
Propbank.terminal |
| Modifier and Type | Field and Description |
|---|---|
protected List<PropbankRelation> |
PropbankCorefRelation.corefRelations |
protected List<PropbankRelation> |
PropbankSplitRelation.relations |
| Modifier and Type | Method and Description |
|---|---|
static PropbankRelation |
PropbankRelation.fromString(String s)
Parses a relation taken form a Propbank entry and returns its representation as the appropriate
PropbankRelation object.
|
PropbankRelation |
Proplabel.getRelation() |
PropbankRelation |
Propbank.getTerminal() |
| Modifier and Type | Method and Description |
|---|---|
List<PropbankRelation> |
PropbankCorefRelation.getCorefRelations() |
List<PropbankRelation> |
PropbankSplitRelation.getRelations() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropbankCorefRelation.addCorefRelation(PropbankRelation rel) |
void |
PropbankSplitRelation.addRelation(PropbankRelation rel) |
void |
Proplabel.setRelation(PropbankRelation relation) |
void |
Propbank.setTerminal(PropbankRelation terminal) |
Copyright © 2014. All rights reserved.