devon 0.1.0

Uzbek NLP library
Documentation
1
2
3
4
5
6
7
pub mod grammar;

pub const VOWELS: [char; 5] = ['a', 'o', 'e', 'i', 'u'];
pub const CONSONANTS: [char; 21] = [
    'q', 'w', 'r', 't', 'y', 'p', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'z', 'x', 'c', 'v', 'b',
    'n', 'm',
];