public class ViterbiWithBackpointerSemiring extends Object implements Semiring<Pair<Double,Rule>>
ViterbiWithBackpointerSemiring()
Pair<Double,Rule>
add(Pair<Double,Rule> x, Pair<Double,Rule> y)
multiply(Pair<Double,Rule> x, Pair<Double,Rule> y)
zero()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ViterbiWithBackpointerSemiring()
public Pair<Double,Rule> add(Pair<Double,Rule> x, Pair<Double,Rule> y)
add
Semiring<Pair<Double,Rule>>
public Pair<Double,Rule> multiply(Pair<Double,Rule> x, Pair<Double,Rule> y)
multiply
public Pair<Double,Rule> zero()
zero
Copyright © 2017. All rights reserved.