https://github.com/tfthacker/wordnet
Simple web api for wordnet dictionary
https://github.com/tfthacker/wordnet
Last synced: 20 days ago
JSON representation
Simple web api for wordnet dictionary
- Host: GitHub
- URL: https://github.com/tfthacker/wordnet
- Owner: TfTHacker
- Created: 2020-10-29T10:34:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-27T15:39:06.000Z (almost 5 years ago)
- Last Synced: 2026-01-22T07:34:21.087Z (4 months ago)
- Language: JavaScript
- Size: 8.46 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### How to use
this is a copy of the wordnet dictionary in a simple api form. You can query this api with the following:
https://wordnet.glitch.me/query?search=****
So [https://wordnet.glitch.me/query?search=wat](https://wordnet.glitch.me/query?search=wat) will return all words that start with 'wat'
# Licensing
Dictionary provided by the [WordNet](https://wordnet.princeton.edu/) project of Princeton University. [WordNet license](https://raw.githubusercontent.com/TfTHacker/Obsidian-WordNet/main/LICENSE-WordNet)
### Thanks to the following
WordNet sqlite db - https://github.com/TMiguelT/wordnet-sqlite/