1.0.12 • Published 5 years ago

vocabulary-list-statistics v1.0.12

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Vocabulary List Statistics

Gives some statistics about english language vocabulary. the base vocabulary list is gain using hackerb9/gwordlist and hermitdave/FrequencyWords lists.

Features

  • 50,000 english cleaned vocabulary. cleaned using extract-lemmatized-nonstop-words.
  • Based on revising 349,066,176,882 words.
  • Sorted by relative frequency.
  • Relative Frequency percent per word.
  • Cumulative Relative Frequency percent perword sorted by relative frequency.

Install

Using Yarn

yarn add vocabulary-list-statistics

Using NPM

npm i --save vocabulary-list-statistics

You can also use the Excel version.

Usage

const vocabulary = require('vocabulary-list-statistics');

console.log(vocabulary[12].cumulative);
// logs Cumulative Relative Frequency of 12th word in the list 
1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago