1
2
3
4
5
//! Natural language processing library.
//!
//! Provides a tokenizer.
mod fixed_bytes_str;
pub mod tokenizer;