string_to_ipa icon indicating copy to clipboard operation
string_to_ipa copied to clipboard

Ruby gem that converts a string to the International Phonetic Alphabet, and a string of IPA characters to American English.

Results 3 string_to_ipa issues
Sort by recently updated
recently updated
newest added

When running `#to_ipa` on multiple words, it fails when opening the 247th/248th DB connection (tested on two machines: Apple 2015 MacBook Pro gets 247, and Apple MacBook Pro M1 gets...

Previously, the database connection was an instance variable (`@database`), so every word was opening a separate connection to the database. This was causing errors, where database connections would stay open...

Multi-word words ended up having the second word as part of the phonetic, making it incorrect. There are two cases: when the second word started with a non-consonant sound, it...