Skip to content

StoneCypher/oxford_3000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oxford_3000

The Oxford English Dictionary's basic three thousand words, as a JSON

There seem to actually be 3,847 words here shrug

Originally sourced from Oliver Collins' list

How do I use this?

Simple as pie.

To install, just like any ol' module:

npm install --save-dev oxford_3000

To use, from a Node REPL, just like any ol' module:

> const ox = require('oxford_3000');
undefined

> ox.length;
3847

> ox[2];
'abandoned'

requireing the module simply resolves to a flat array of strings, of the form

[ "a", "abandon", "abandoned", "ability", "able", ... ]

About

The Oxford English Dictionary's basic three thousand words, as a JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published