divvunspell 1.0.0-beta.3

Spell checking library for ZHFST/BHFST spellers, with case handling and tokenization support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod archive;
#[cfg(feature = "internal_ffi")]
pub mod ffi;

pub mod paths;
pub mod predictor;
pub mod speller;
pub mod tokenizer;
pub mod transducer;
pub mod vfs;

pub(crate) mod constants;
pub(crate) mod types;