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.binarization |
Classes for binarizing IRTGs.
|
de.up.ling.irtg.codec |
Classes for reading and writing IRTGs, tree automata,
and other objects.
|
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.corpus |
Classes for working with corpora.
|
de.up.ling.irtg.gui |
A graphical user interface (GUI) for Alto.
|
de.up.ling.irtg.script |
Various useful scripts.
|
Class and Description |
---|
Algebra
An algebra over some domain E of values.
|
ParserException
An exception that indicates that a string representation
could not successfully be resolved into an object of the
algebra.
|
Class and Description |
---|
Algebra
An algebra over some domain E of values.
|
BinarizingAlgebra
An algebra with binarizing terms.
|
ParseException
This exception is thrown when parse errors are encountered.
|
ParserException
An exception that indicates that a string representation
could not successfully be resolved into an object of the
algebra.
|
StringAlgebra
The binary string algebra.
|
StringAlgebra.Span
This class is used to represent a sub-span of an input string via its beginning
and end index.
|
TagStringAlgebra.Operation
This enumerable represents the different operations used by the algebra.
|
TagTreeAlgebra
An algebra for TAG derived trees.
|
TreeAlgebra
The tree algebra.
|
Class and Description |
---|
Algebra
An algebra over some domain E of values.
|
EvaluatingAlgebra
An algebra over a domain E that is defined by specifying
the interpretation of the individual symbols.
|
ParserException
An exception that indicates that a string representation
could not successfully be resolved into an object of the
algebra.
|
Class and Description |
---|
ParserException
An exception that indicates that a string representation
could not successfully be resolved into an object of the
algebra.
|
Class and Description |
---|
ParserException
An exception that indicates that a string representation
could not successfully be resolved into an object of the
algebra.
|
Class and Description |
---|
Algebra
An algebra over some domain E of values.
|
Class and Description |
---|
Algebra
An algebra over some domain E of values.
|
Class and Description |
---|
ParserException
An exception that indicates that a string representation
could not successfully be resolved into an object of the
algebra.
|
Class and Description |
---|
Algebra
An algebra over some domain E of values.
|
Class and Description |
---|
Algebra
An algebra over some domain E of values.
|
Class and Description |
---|
ParserException
An exception that indicates that a string representation
could not successfully be resolved into an object of the
algebra.
|
Copyright © 2017. All rights reserved.