We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It happens here because the function panphon.FeatureTable.segs isn't defined:
panphon.FeatureTable.segs
https://github.com/dmort27/epitran/blob/master/epitran/flite.py#L155
Using Python 3.7.4. This is the output of pip freeze:
pip freeze
editdistance==0.5.3 epitran==1.1 marisa-trie==0.7.5 munkres==1.1.2 numpy==1.17.0 panphon==0.15 PyYAML==5.1.2 regex==2019.8.19 unicodecsv==0.14.1
The text was updated successfully, but these errors were encountered:
@MarkKoz I believe this has been fixed in GitHub. Please test it and see if this is the case.
Sorry, something went wrong.
Thanks! The error is indeed gone now.
No branches or pull requests
It happens here because the function
panphon.FeatureTable.segs
isn't defined:https://github.com/dmort27/epitran/blob/master/epitran/flite.py#L155
Using Python 3.7.4. This is the output of
pip freeze
:The text was updated successfully, but these errors were encountered: