|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElemTreeFormatException | |
---|---|
edu.upenn.cis.spinal | Provides a read/write programming API for the output of Libin Shen's incremental and bidirectional parsers and for the LTAG-spinal treebank. |
Uses of ElemTreeFormatException in edu.upenn.cis.spinal |
---|
Methods in edu.upenn.cis.spinal that throw ElemTreeFormatException | |
---|---|
Sentence |
Sentence.ofString(String representation)
Convenience method that calls the constructor, to follow the conventions in the Propbank API. |
static Sentence |
Sentence.readTree(BufferedReader inp)
Reads a string representation of a derivation tree from the specified BufferedReader . |
Constructors in edu.upenn.cis.spinal that throw ElemTreeFormatException | |
---|---|
ElemTree(Sentence container,
String representation)
Creates an ElemTree from a string representation and attaches it
into the provided derivation tree (Sentence). |
|
Sentence(String representation)
Creates a new Sentence object from a string representation following
the format defined in Libin Shen's thesis. |
|
SpinalNode(List list,
ElemTree host)
Creates an instance of SpinalNode from a tokenized list of strings. |
|
SpinalNode(String s,
ElemTree host)
Creates a new instance of SpinalNode from a string representation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |