152334H / tortoise-tts-fast

Fast TorToiSe inference (5x or your money back!)
GNU Affero General Public License v3.0
759 stars 177 forks source link

Apostrophes #55

Closed demonauthor closed 1 year ago

demonauthor commented 1 year ago

It seems to convert apostrophes into a combination of characters: "you’ll" instead of "you'll".

Then it reads those characters (as best it can). Is there a way to avoid this, other than editing every contraction in the file? Or do you just have to remove every contraction?

xenotropic commented 1 year ago

TorToiSe itself doesn't do any converting of text files. That sounds sort of like you have some sort of encoding problem between how your text file is encoded and the program you're viewing it with. If you continue to have problems with it, I think TorToiSe probably isn't paying much attention to the apostrophes anyway -- it will say you'll and youll the same -- so yo could write some string-replace script to remove them all if you continue to have problems.

152334H commented 1 year ago

a RIGHT SINGLE QUOTATION MARK is not an apostrophe

152334H commented 1 year ago

a simple fix for this issue would be to run unidecode on the input text