Package | Description |
---|---|
de.up.ling.irtg.automata.language_iteration |
This package implements Alto's functionality for iterating over the
language of a tree automaton in best first order.
|
de.up.ling.irtg.util |
Various utilities.
|
Modifier and Type | Method and Description |
---|---|
UnevaluatedItem |
EvaluatedItem.getItem() |
Modifier and Type | Method and Description |
---|---|
List<UnevaluatedItem> |
UnevaluatedItem.makeVariations() |
Modifier and Type | Method and Description |
---|---|
EvaluatedItem<Q> |
ItemEvaluator.evaluate(Rule refinedRule,
List<EvaluatedItem<Q>> children,
UnevaluatedItem unevaluatedItem) |
EvaluatedItem<Void> |
TreeCombiningItemEvaluator.evaluate(Rule refinedRule,
List<EvaluatedItem<Void>> children,
UnevaluatedItem unevaluatedItem) |
Constructor and Description |
---|
EvaluatedItem(UnevaluatedItem item,
WeightedTree wtree,
double itemWeight,
Q annotation) |
Modifier and Type | Method and Description |
---|---|
EvaluatedItem<Void> |
TestingTools.MultiplyMapItemEvaluator.evaluate(Rule refinedRule,
List<EvaluatedItem<Void>> children,
UnevaluatedItem unevaluatedItem) |
Copyright © 2017. All rights reserved.