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.util |
Various utilities.
|
Modifier and Type | Method and Description |
---|---|
CondensedTreeAutomaton |
Interpretation.parseToCondensed(E object)
This method takes the given object and attempts to compute its inverse
homomorphism automaton in the form of an condensed automaton.
|
Modifier and Type | Method and Description |
---|---|
CondensedTreeAutomaton |
TreeAutomaton.inverseCondensedHomomorphism(Homomorphism hom) |
Modifier and Type | Method and Description |
---|---|
<OtherState> |
TreeAutomaton.intersectCondensed(CondensedTreeAutomaton<OtherState> other) |
<OtherState> |
TreeAutomaton.intersectCondensed(CondensedTreeAutomaton<OtherState> other,
PruningPolicy pp) |
<OtherState> |
TreeAutomaton.intersectCondensed(CondensedTreeAutomaton<OtherState> other,
SignatureMapper signatureMapper) |
<OtherState> |
TreeAutomaton.intersectCondensedBottomUp(CondensedTreeAutomaton<OtherState> other) |
<OtherState> |
TreeAutomaton.intersectCondensedBottomUp(CondensedTreeAutomaton<OtherState> other,
SignatureMapper signatureMapper) |
<OtherState> |
TreeAutomaton.intersectViterbi(CondensedTreeAutomaton<OtherState> other) |
<OtherState> |
TreeAutomaton.intersectViterbi(CondensedTreeAutomaton<OtherState> other,
SignatureMapper signatureMapper) |
Constructor and Description |
---|
CondensedCoarsestParser(RuleRefinementTree coarseGrammar,
CondensedTreeAutomaton<InvhomState> invhom) |
Modifier and Type | Class and Description |
---|---|
class |
ConcreteCondensedTreeAutomaton<State>
This is an extension of CondensedTreeAutomaton for which all rules can and must
be added externally and are then stored explicitly for quick access.
|
class |
CondensedNondeletingInverseHomAutomaton<State>
A tree automaton that describes the homomorphic pre-image of the language of
another tree automaton.
|
Modifier and Type | Method and Description |
---|---|
CondensedTreeAutomaton<State> |
PatternMatchingInvhomAutomatonFactory.invhom(TreeAutomaton<State> rhs)
Computes the image under inverse homomorphism of the decomposition
automaton
rhs . |
static CondensedTreeAutomaton |
PMFactoryRestrictive.invhomWithNewFactory(TreeAutomaton rhs,
Homomorphism hom) |
static CondensedTreeAutomaton<String> |
CondensedTreeAutomatonParser.parse(Reader reader) |
Modifier and Type | Method and Description |
---|---|
static CondensedTreeAutomaton |
TestingTools.pac(String s) |
Copyright © 2017. All rights reserved.