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
First, thanks for making this! I was very happy to be able to drop a dependency on NLTK.
I'm adding type hints to the repo in which I'm using CMUDICT and I'm getting errors from mypy because of missing types.
The guts of this package, cmudict/init.py, is only 83 lines of code. Would you be interested in having type hints? If so, I can submit a pull request.
The text was updated successfully, but these errors were encountered:
Definitely a welcome PR! Let me know if you need anything. This is such a small package, I haven't invested the time in building out guidelines, etc.
Sorry, something went wrong.
No branches or pull requests
First, thanks for making this! I was very happy to be able to drop a dependency on NLTK.
I'm adding type hints to the repo in which I'm using CMUDICT and I'm getting errors from mypy because of missing types.
The guts of this package, cmudict/init.py, is only 83 lines of code. Would you be interested in having type hints? If so, I can submit a pull request.
The text was updated successfully, but these errors were encountered: