bito-lint-core 0.1.5

Core library for bito-lint
Documentation
1
2
3
4
5
6
7
8
//! Dictionaries for text analysis.
//!
//! Provides curated word sets used by grammar checking, passive voice detection,
//! syllable counting, and sentence splitting.

pub mod abbreviations;
pub mod irregular_verbs;
pub mod syllable_dict;