A Rust port of the Python inflect library, used to generate plurals, ordinals, indefinite articles, and to convert numbers to words.
Find a file
2023-09-09 04:04:08 +01:00
src classical "..a" -> "..ata" 2023-09-09 04:04:08 +01:00
tests &str to String for now, for ease of porting 2023-09-09 03:46:28 +01:00
.gitignore Initial commit 2023-09-09 02:04:34 +01:00
Cargo.toml initial commit - enclose, joinstem, bysize 2023-09-09 02:07:10 +01:00
LICENSE.md initial commit - enclose, joinstem, bysize 2023-09-09 02:07:10 +01:00
README.md make_pl_si_lists 2023-09-09 02:50:27 +01:00

inflect