Skip to content
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

Add list of reference dictionaries #745

Merged
merged 1 commit into from
Sep 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Further, if the solution to the issue is clear, please provide on the following
* `synset member`: A new member should be added to or removed from the synset
* `synset split`: A synset represents two distinct concepts and should be split

Please refer to other dictionaries from [this list of dictionaries](DICTIONARIES.md)

## Pull Requests

We love pull requests from everyone.
Expand Down
13 changes: 13 additions & 0 deletions DICTIONARIES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Reference Dictionaries

This is a list of reference dictionaries that should be used when considering
changes to Open English WordNet

* [American Heritage Dictionary](https://www.ahdictionary.com/)
* [Cambridge Dictionary](https://dictionary.cambridge.org/)
* [Collins Dictionary](https://www.collinsdictionary.com/dictionary/english)
* [Dictionary.com](https://www.dictionary.com/)
* [Lexico (Oxford)](https://www.lexico.com/)
* [Macmillan](https://www.macmillandictionary.com/)
* [Merriam-Webster](https://www.merriam-webster.com/)
* [Wiktionary](https://en.wiktionary.org/wiki/Wiktionary:Main_Page)