| Package | Description |
|---|---|
| org.cleartk.util.treebank |
| Modifier and Type | Method and Description |
|---|---|
TopTreebankNode |
TreebankNode.getTopNode() |
static TopTreebankNode |
TreebankFormatParser.parse(String parse)
Create TreebankNode objects corresponding to the given TreeBank format parse, e.g.:
|
static TopTreebankNode |
TreebankFormatParser.parse(String parse,
String text,
int textOffset)
Create TreebankNode objects corresponding to the given TreeBank format parse, e.g.:
|
| Modifier and Type | Method and Description |
|---|---|
static List<TopTreebankNode> |
TreebankFormatParser.parseDocument(String parse,
int textOffset,
String text)
This method parses an entire documents worth of treebanked sentences.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreebankNode.setTopNode(TopTreebankNode top) |
Copyright © 2014. All rights reserved.