Rhyming Dictionary is a command-line driven rhyming dictionary that supports about 127,000 words.
| Tags | Text Processing |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX |
| Implementation | C |
Recent releases


Changes: A fix for a bug that caused merged results to display impoperly ordered, removal of pre-parsed dictionary data to save space in the source tarball, and replacing the Python dictionary parser with one written in C to reduce dependancies.


Changes: Over 500 six-letter words were added to the dictionary. All hard-coded limits were removed from the software. A man page is now included.


Changes: This release adds several hundred 3, 4, and 5 letter words to the dictionary, and rhymes for words with multiple pronunciations can now be returned merged or as separate lists.


Changes: The source has been updated for compatibility with GNU readline 4.2. Several words have been added to the dictionary data. The raw dictionary data and parser are now included (both optional for build purposes).


Changes: Many improvements to the interactive mode through the use of GNU readline, and bugfixes.