[][src]Trait rustfst::algorithms::lazy_fst_revamp::FstOp2

pub trait FstOp2<W: Semiring>: Debug {
    fn compute_start(&self) -> Result<Option<StateId>>;
fn compute_trs_and_final_weight(
        &self,
        id: usize
    ) -> Result<(TrsVec<W>, Option<W>)>;
fn properties(&self) -> FstProperties; }

Required methods

fn compute_start(&self) -> Result<Option<StateId>>

fn compute_trs_and_final_weight(
    &self,
    id: usize
) -> Result<(TrsVec<W>, Option<W>)>

fn properties(&self) -> FstProperties

Loading content...

Implementors

Loading content...