AdolfVonKleist / Phonetisaurus

Phonetisaurus G2P
BSD 3-Clause "New" or "Revised" License
454 stars 122 forks source link

fix Python 3 ur"" #35

Closed boeddeker closed 5 years ago

boeddeker commented 6 years ago

According to https://stackoverflow.com/questions/26063899/python-version-3-4-does-not-support-a-ur-prefix?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa the ur"..." prefix for strings is not implemented.

AdolfVonKleist commented 6 years ago

Hey thanks! Are you planning to provide a complete python3 support request?

boeddeker commented 6 years ago

I decided after I hit this bug in kaldi, that I use Python2 for kaldi. So currently I do not plan to make a python3 support request.

AdolfVonKleist commented 5 years ago

This may be resolved by https://github.com/AdolfVonKleist/Phonetisaurus/pull/45