English-to-IPA
English-to-IPA copied to clipboard
Converts English text to IPA notation
I will port this project to develop a version that works in the browser.
Good day. I experience no problems with the installation or whatsoever, no errors. Actually, when I run the code, simply nothing happens. There isn't any output at all. What are...
There are some mistakes in the syllables. Such as "amusement", the result is "əmˈjuzmənt", but "əˈmjuːzmənt" or "əˈmjuːzmənt" in dict.
I've seen you [used a strategy](https://github.com/mphilli/English-to-IPA/blob/ce69b28ec815a72d4e5a67464dcab49bdd4f2386/eng_to_ipa/transcribe.py#L106-L109) to convert [ARPABET](https://en.m.wikipedia.org/wiki/ARPABET) to [IPA](https://en.wikipedia.org/wiki/International_Phonetic_Alphabet) symbols. Is there such a thing for US PHONESET as described [here](http://www.festvox.org/bsv/c4711.html) for Festival? I created a project called...
Hi, is there a function similar to the rhyming function but for homophones?
Add ellipsis to the list of recognised punctuation characters. Add ellipsis testcase.
Fix for the message... "./eng_to_ipa/rhymes.py:17: ResourceWarning: unclosed file ...when running unit tests.
A simple change that checks to see if the word that missed the dictionary, is a hyphenated word and if so, can be looked up successfully as word parts.
Great library. Is it also possible to use the library for dividing words into syllables?
The ARPABET "AH" (such as "love", "cut", "hut") should be converted to "ʌ". But seems mistakenly converted to "ə". Could you check that?