sakurs-core 0.2.0

High-performance sentence boundary detection using Delta-Stack Monoid algorithm
Documentation
1
2
3
4
5
6
7
mod loader;
mod types;

pub use loader::get_language_config;
#[cfg(test)]
pub(crate) use loader::list_available_languages;
pub use types::*;