dmort27 / epitran

A tool for transcribing orthographic text as IPA (International Phonetic Alphabet)
MIT License
630 stars 121 forks source link

Regex error #88

Closed jplumail closed 2 years ago

jplumail commented 2 years ago

Hi !

I got a regex error when using the french language. I think it comes from a bug at this line;

I fixed it by changing

dd -> 0 / ()::vowel::|n) _ #

to

dd -> 0 / (::vowel::|n) _ #
dmort27 commented 2 years ago

Thanks, @jplumail . It's now fixed in the GitHub repo. I'll make a new PyPI package soon.