Package | Description |
---|---|
de.up.ling.irtg |
This package contains the core classes for Alto, which represent Interpreted
Regular tree grammars.
|
de.up.ling.irtg.algebra |
Classes representing a number of useful algebras.
|
de.up.ling.irtg.algebra.graph |
The algebra of s-graphs, together with supporting classes.
|
de.up.ling.irtg.automata.coarse_to_fine |
Classes used to implement coarse-to-fine parsing.
|
de.up.ling.irtg.automata.condensed |
Classes for "condensed" tree automata.
|
de.up.ling.irtg.codec.tag |
This package contains a codec for reading in the grammar format used by Chen and Rambow.
|
de.up.ling.irtg.script |
Various useful scripts.
|
Modifier and Type | Method and Description |
---|---|
Set<Object> |
InterpretedTreeAutomaton.decode(String outputInterpretation,
Map<String,String> representations)
Decodes a map of input representations to a set of objects of the
specified output algebra.
|
TreeAutomaton |
InterpretedTreeAutomaton.parse(Map<String,String> representations)
Parses a map of input representations to a parse chart.
|
TreeAutomaton |
InterpretedTreeAutomaton.parseSimple(String interpretationName,
Object input)
Parses a single input representations to a parse chart without using any optimization in the parsing process.
|
Object |
InterpretedTreeAutomaton.parseString(String interpretation,
String representation)
Resolves the string representation to an object of the given algebra.
|
TreeAutomaton |
InterpretedTreeAutomaton.parseWithSiblingFinder(String interpretationName,
Object input)
Parses a single input representations to a parse chart without using a sibling finder in the intersection.
|
Modifier and Type | Method and Description |
---|---|
abstract E |
EvaluatingAlgebra.parseString(String representation) |
Tree<String> |
TreeAlgebra.parseString(String representation) |
E |
BinarizingAlgebra.parseString(String representation) |
abstract E |
Algebra.parseString(String representation)
Resolves the string representation of some element of the algebra's
domain to this element.
|
Set<List<String>> |
SetAlgebra.parseString(String representation) |
Pair<List<String>,List<String>> |
TagStringAlgebra.parseString(String representation) |
Tree<String> |
TagTreeAlgebra.parseString(String representation) |
Tree<String> |
TagTreeWithAritiesAlgebra.parseString(String representation) |
Tree<String> |
TreeWithAritiesAlgebra.parseString(String representation) |
Modifier and Type | Method and Description |
---|---|
SGraph |
GraphAlgebra.parseString(String representation)
Parses a string into an s-graph, using
IsiAmrParser.parse(java.io.Reader) . |
Modifier and Type | Method and Description |
---|---|
TreeAutomaton |
CoarseToFineParser.parse(String input)
This method is a shorter alias for
CoarseToFineParser.parseInputObject(java.lang.Object)
which also takes care of decoding the string representation of the input into
a suitable object. |
Modifier and Type | Method and Description |
---|---|
static void |
GenericCondensedIntersectionAutomaton.main(String[] args,
boolean showViterbiTrees,
GenericCondensedIntersectionAutomaton.IntersectionCall icall)
Function to test the efficiency of this intersection algorithm by parsing
each sentence in a text file with a given IRTG.
|
static void |
NonCondensedIntersectionAutomaton.main(String[] args,
boolean showViterbiTrees,
NonCondensedIntersectionAutomaton.IntersectionCall icall)
Function to test the efficiency of this intersection algorithm by parsing
each sentence in a text file with a given IRTG.
|
Modifier and Type | Method and Description |
---|---|
static void |
ChenTagInputCodec.main(String[] args) |
static void |
ChenTagInputCodec.mmain(String[] args) |
Modifier and Type | Method and Description |
---|---|
static void |
ChenTagTreebankConverter.main(String[] args) |
Copyright © 2017. All rights reserved.