shnewto/ttaw
a piecemeal natural language processing library
This library helps developers create applications that analyze the phonetic properties of English words. It takes individual words as input and can determine if two words rhyme or alliterate, and provides their phonetic encodings. This is useful for programmers building tools for linguists, poets, educators, or anyone working with word sounds.
Use this if you are a developer building an application that needs to programmatically identify rhymes or alliteration between words, or retrieve their phonetic representations.
Not ideal if you are a non-technical user looking for a ready-to-use application to check word rhymes or alliteration directly.
Stars
14
Forks
3
Language
Rust
License
MIT
Category
Last pushed
Dec 31, 2025
Monthly downloads
51
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/shnewto/ttaw"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
PyThaiNLP/nlpo3
Thai natural language processing library in Rust, with Python and Node bindings.
forzagreen/n2words
Convert numerical numbers to written numbers, in 52+ languages.
greyblake/whatlang-rs
Natural language detection library for Rust. Try demo online: https://whatlang.org/
wikimedia/sentencex
A sentence segmentation library with wide language support optimized for speed and utility.
pemistahl/lingua-rs
The most accurate natural language detection library for Rust, suitable for short text and...