Package | Description |
---|---|
de.up.ling.irtg.automata |
Classes for tree automata of various types.
|
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.
|
Modifier and Type | Method and Description |
---|---|
WeightedTree |
TreeAutomaton.viterbiRaw()
Computes the highest-weighted tree in the language of this (weighted)
automaton, using the Viterbi algorithm.
|
Modifier and Type | Method and Description |
---|---|
Iterator<WeightedTree> |
TreeAutomaton.sortedLanguageIterator()
Returns an iterator over the weighted language of this automaton.
|
Modifier and Type | Method and Description |
---|---|
int |
WeightedTree.compareTo(WeightedTree o) |
static String |
WeightedTree.formatWeightedTree(WeightedTree wt,
Signature sig) |
Modifier and Type | Method and Description |
---|---|
WeightedTree |
EvaluatedItem.getWeightedTree() |
WeightedTree |
SortedLanguageIterator.next() |
WeightedTree |
SortedLanguageIterator.next(ProgressListener listener)
Returns the next tree from the iterator.
|
Constructor and Description |
---|
EvaluatedItem(UnevaluatedItem item,
WeightedTree wtree,
double itemWeight,
Q annotation) |
Copyright © 2017. All rights reserved.