Package | Description |
---|---|
de.up.ling.irtg.automata |
Classes for tree automata of various types.
|
Modifier and Type | Method and Description |
---|---|
<E> Int2ObjectMap<E> |
TreeAutomaton.evaluateInSemiring(Semiring<E> semiring,
RuleEvaluator<E> evaluator)
Evaluates all states of the automaton bottom-up in a semiring.
|
<E> Int2ObjectMap<E> |
TreeAutomaton.evaluateInSemiring(Semiring<E> semiring,
RuleEvaluator<E> evaluator,
List<Integer> statesInOrder) |
Copyright © 2017. All rights reserved.