pub struct HmmModel { /* private fields */ }Expand description
A runtime-loadable HMM model for custom segmentation.
This allows loading HMM parameters trained with scripts/train_hmm.py
instead of using the compile-time embedded model.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HmmModel
impl RefUnwindSafe for HmmModel
impl Send for HmmModel
impl Sync for HmmModel
impl Unpin for HmmModel
impl UnwindSafe for HmmModel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more