npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

english-bigrams

1.0.0

@zeke

npmHomeRepoSnykSocket
Downloads:0
$ npm install english-bigrams
DailyWeeklyMonthlyYearly

english-bigrams

Letter pairs sorted by how frequently they appear in English words

{
  es: 60365,
  in: 51816,
  er: 49978,
  ti: 37946,
  // ...
  xz: 0,
  zf: 0,
  zr: 0,
  zx: 0
}

Installation

This is a Node.js module available through the npm registry. It can be installed using the npm or yarn command line tools.

npm install english-bigrams

Dependencies

None

Dev Dependencies

  • alphabet: The english alphabet as a string or array, upper and lowercase.
  • an-array-of-english-words: An array of ~275,000 English words. Works in node and browsers.
  • n-gram: Get n-grams from text

License

MIT