crfs-rs

CI codecov Crates.io docs.rs

Pure Rust port of CRFsuite: a fast implementation of Conditional Random Fields (CRFs)

Currently only support prediction, model training is not supported. For training you can use crfsuite-rs.

Installation

Add it to your Cargo.toml:

toml [dependencies] crfs = "0.1"

License

This work is released under the MIT license. A copy of the license is provided in the LICENSE file.