Thanks for helping to make Wn better!
Quick Links:
Developer Information:
- Versioning scheme: Semantic Versioning
- Branching scheme: GitHub Flow
- Changelog: keep a changelog
- Documentation framework: Sphinx
- Docstring style: Google Python Style Guide (via sphinx.ext.napoleon)
- Testing framework: pytest
- Packaging framework: flit
- Coding style: PEP-8
- Type checking: Mypy
Confused about wordnets? See the Global Wordnet Association Documentation
Having trouble with using Wn? Raise an issue
When reporting a bug, please provide enough information for someone to reproduce the problem. This might include the version of Python you're running, the version of Wn you have installed, the wordnet lexicons you have installed, and possibly the platform (Linux, Windows, macOS) you're on. Please give a minimal working example that illustrates the problem.
If there's a feature that you think would make a good addition to Wn, raise an issue describing what the feature is and what problems it would address.
See the "developer information" above for a brief description of
guidelines and conventions used in Wn. If you have a fix, please
submit a pull request to the main
branch.