english-bigrams
v1.0.0
Published
Letter pairs sorted by how frequently they appear in English words
Downloads
4
Readme
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