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
Hello,
I've faced this issue with the latest release of epitran:
in epitran/epitran/simple.py, both jamo and g2p are imported:
from jamo import h2j, j2hcj from g2pk import G2p
but they are not referenced in requirements:
install_requires=['setuptools', 'regex', 'panphon>=0.20', 'marisa-trie', 'requests']
resulting in a "ModuleNotFound" for both dependencies
thanks in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I've faced this issue with the latest release of epitran:
in epitran/epitran/simple.py, both jamo and g2p are imported:
but they are not referenced in requirements:
resulting in a "ModuleNotFound" for both dependencies
thanks in advance.
The text was updated successfully, but these errors were encountered: