1.1.0 • Published 2 years ago

@derock.ir/dictionary v1.1.0

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

Derock Dictionary

An English dictionary with words frequency info

Sources

  1. Free Dictionary API: https://dictionaryapi.dev/
  2. Wikitionary: https://www.npmjs.com/package/wiktionary-node
  3. Derock words frequency list: https://github.com/openderock/words-frequency

Usage

words list

npm i "@derock.ir/dictionary"
const dictionary = require('@derock.ir/dictionary');

console.log(dictionary[0]);
// [1, "the", 5.6271872]