-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError when trying to transcribe any text #38
Comments
I also encountered the same problem |
I am not able to replicate this bug. @WhiteFu and @COOLIRON2311, were you both running on Windows? What is the output of the following command on your systems: lex_lookup 'test' |
I discovered the source of the problem: Windows line endings. I have pushed a change to GitHub which I think may resolve the problem (no release on PyPI yet). Please let me know if it works. |
Sorry for the late reply, tz difference. |
As is detailed in the README, English support in Epitran doesn't work without |
There is no 'lex_lookup' target in flite Makefile. At least cygwin is unable to make it. |
From where did you download flite?
… On Sep 22, 2019, at 8:58 AM, Ivan Ignatenko ***@***.***> wrote:
There is no 'lex_lookup' target in flite Makefile. At least cygwin is unable to make it.
The same problem is described in #5 <#5>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#38?email_source=notifications&email_token=AAALV3LH6QXKC7PM5L4OJBLQK5TVVA5CNFSM4IWX55G2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7JFYKQ#issuecomment-533879850>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAALV3L2UEECQYCQLNX7LIDQK5TVVANCNFSM4IWX55GQ>.
|
From the link in the readme |
Try installing from the GitHub repo: https://github.com/festvox/flite
… On Sep 22, 2019, at 9:03 AM, Ivan Ignatenko ***@***.***> wrote:
From the link in the readme
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#38?email_source=notifications&email_token=AAALV3I4K45DLSEGNMCVCJTQK5UI5A5CNFSM4IWX55G2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7JF3KA#issuecomment-533880232>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAALV3JJCP2OA67HXYOFJQLQK5UI5ANCNFSM4IWX55GQ>.
|
I have installed before on Cygwin, but I do not currently have access to a Windows machine, so I cannot test the current version of |
I should have access to a windows machine soon. I'll try to get everything working on Cygwin and let you know what I find out. |
I'm experiencing the same problem under Cygwin. |
Source:
Note: Changing
'test'
tou'test'
does not help.The text was updated successfully, but these errors were encountered: