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.condensed |
Classes for "condensed" tree automata.
|
de.up.ling.irtg.automata.pruning |
This package implements beam search in the construction of a parse chart.
|
Modifier and Type | Method and Description |
---|---|
TreeAutomaton |
InterpretedTreeAutomaton.parseCondensedWithPruning(Map<String,Object> inputs,
PruningPolicy pp) |
Modifier and Type | Method and Description |
---|---|
<OtherState> |
TreeAutomaton.intersectCondensed(CondensedTreeAutomaton<OtherState> other,
PruningPolicy pp) |
Constructor and Description |
---|
CondensedIntersectionAutomaton(TreeAutomaton<LeftState> left,
CondensedTreeAutomaton<RightState> right,
SignatureMapper sigMapper,
PruningPolicy pp) |
GenericCondensedIntersectionAutomaton(TreeAutomaton<LeftState> left,
CondensedTreeAutomaton<RightState> right,
SignatureMapper sigMapper,
PruningPolicy pp) |
Modifier and Type | Class and Description |
---|---|
class |
HistogramPruningPolicy |
class |
NoPruningPolicy |
class |
QuotientPruningPolicy |
class |
StatewiseHistogramPruningPolicy |
Modifier and Type | Method and Description |
---|---|
static PruningPolicy |
HistogramPruningPolicy.createHistogramPruningPolicy(FOM fom,
int k) |
static PruningPolicy |
NoPruningPolicy.createNoPruningPolicy() |
static PruningPolicy |
QuotientPruningPolicy.createQuotientPruningPolicy(FOM fom,
double factor) |
static PruningPolicy |
StatewiseHistogramPruningPolicy.createStatewiseHistogramPruningPolicy(FOM fom,
int k) |
Copyright © 2017. All rights reserved.