An NPM package for common English words frequency based on 20,000 common words in Project Gutenberg.
npm i "@derock.ir/words-frequency"
const wordsFrequency = require('@derock.ir/words-frequency');
console.log(wordsFrequency[0]);
// [1, "the", 5.6271872]
Every arry item includes:
- Rank
- Word
- Occurrence percentage