[][src]Trait rustfst::semirings::CompleteSemiring

pub trait CompleteSemiring: Semiring { }

A semiring (S, ⊕, ⊗, 0, 1) is said to be complete if for any index set I and any family (ai)i ∈ I of elements of S, ⊕(ai)i∈I is an element of S whose definition does not depend on the order of the terms in the ⊕-sum. Note that in a complete semiring all weighted transducers are regulated since all infinite sums are elements of S. For more information : https://cs.nyu.edu/~mohri/pub/hwa.pdf

Implementors

impl CompleteSemiring for BooleanWeight[src]

impl CompleteSemiring for IntegerWeight[src]

impl CompleteSemiring for LogWeight[src]

impl CompleteSemiring for ProbabilityWeight[src]

impl CompleteSemiring for TropicalWeight[src]

Loading content...