Skip to content

carmex/SAT-Words

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SAT Words Repo

The idea of this repo is to have a JSON file with all words displayed in http://www.freevocabulary.com/ as well as those from http://www.majortests.com/sat/wordlist.php

Format

All Words are displayed in the following format:

{
    "word": "abase",
    "type": "v.",
    "definition": "To lower in position, estimation, or the like; degrade."
}

They may or may not include type depending on how the site present them.

Words from freevocabulary were extracted using the script.js file, but first the HTML was cleaned out. The HTML wont be available in this repo since the site does not belong to me. You are free to look around and check how it was made.

About

a JSON File with all SAT Words from FreeVocabulary.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.1%
  • JavaScript 38.9%