oxicuda-seq 0.3.0

OxiCUDA: Sequence Models & Structured Prediction (HMM/CRF/Kalman/MRF/alignment)
Documentation
1
2
3
4
5
6
//! Maximum-Entropy Markov Models (MEMM): per-state softmax classifiers over
//! the previous label plus features.

pub mod memm;

pub use memm::Memm;