english-core 0.0.4

English language inflector
Documentation
1
2
3
4
5
6
7
8
mod adj;
pub mod grammar;
mod noun;

mod utils;
mod verb;
pub use crate::grammar::*;
pub struct EnglishCore {}