| Package | Description |
|---|---|
| de.up.ling.irtg |
This package contains the core classes for Alto, which represent Interpreted
Regular tree grammars.
|
| de.up.ling.irtg.automata |
Classes for tree automata of various types.
|
| 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.automata.pruning |
This package implements beam search in the construction of a parse chart.
|
| de.up.ling.irtg.util |
Various utilities.
|
| Class and Description |
|---|
| CondensedTreeAutomaton |
| Class and Description |
|---|
| CondensedTreeAutomaton |
| Class and Description |
|---|
| CondensedRule |
| CondensedTreeAutomaton |
| Class and Description |
|---|
| ConcreteCondensedTreeAutomaton
This is an extension of CondensedTreeAutomaton for which all rules can and must
be added externally and are then stored explicitly for quick access.
|
| CondensedRule |
| CondensedRuleTrie
A recursively defined Trie for CondensedRules
|
| CondensedTreeAutomaton |
| GenericCondensedIntersectionAutomaton
Computes an automaton for the intersection of an ordinary
TreeAutomaton (left) and a CondensedTreeAutomaton (right). |
| GenericCondensedIntersectionAutomaton.IntersectionCall |
| NonCondensedIntersectionAutomaton
A variant of
GenericCondensedIntersectionAutomaton that expands each
condensed rule into the individual ordinary rules it represents. |
| NonCondensedIntersectionAutomaton.IntersectionCall |
| ParseException
This exception is thrown when parse errors are encountered.
|
| PatternMatchingInvhomAutomatonFactory
Produces pattern matcher automata to compute the inverse of decomposition
automata under homomorphism.
|
| Class and Description |
|---|
| CondensedRule |
| Class and Description |
|---|
| CondensedTreeAutomaton |
| ParseException
This exception is thrown when parse errors are encountered.
|
Copyright © 2017. All rights reserved.