https://github.com/ivansaul/oxford
The Oxford is the list of the most important words to learn in English
https://github.com/ivansaul/oxford
Last synced: 7 months ago
JSON representation
The Oxford is the list of the most important words to learn in English
- Host: GitHub
- URL: https://github.com/ivansaul/oxford
- Owner: ivansaul
- Created: 2021-03-10T17:54:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T23:21:33.000Z (over 4 years ago)
- Last Synced: 2025-02-09T09:13:18.441Z (9 months ago)
- Language: Python
- Size: 9.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oxford
List of the most important words to learn English.
A dataset of over 5,000 most important words to learn English taken from [[Oxford Learner's Dictionaries]](https://www.oxfordlearnersdictionaries.com/wordlists/oxford3000-5000). All words are arranged alphabetically in the [`oxford.csv`](oxford.csv) or [`oxford.json`](oxford.json) file.
| word | type_word | level | uk_mp3 | uk_ogg | us_mp3 | us_ogg |
|:--------:|:-----------:|:-----:|:--------------:|:--------------:|:--------------:|:--------------:|
| abolish | verb | c1 | https://uk_mp3 | https://uk_ogg | https://us_mp3 | https://us_ogg |
| abortion | noun | c1 | https://uk_mp3 | https://uk_ogg | https://us_mp3 | https://us_ogg |
| about | adverb | a1 | https://uk_mp3 | https://uk_ogg | https://us_mp3 | https://us_ogg |
| about | preposition | a1 | https://uk_mp3 | https://uk_ogg | https://us_mp3 | https://us_ogg |
| above | adverb | a1 | https://uk_mp3 | https://uk_ogg | https://us_mp3 | https://us_ogg |
| above | preposition | a1 | https://uk_mp3 | https://uk_ogg | https://us_mp3 | https://us_ogg |
## Generating Dataset for Yourself
Just run `python oxford.py` and this will go through [[Oxford Learner's Dictionaries]](https://www.oxfordlearnersdictionaries.com/wordlists/oxford3000-5000) and scrap all important words.
> requirements: `pip install -r requirements.txt`