unigram
v1.1.1
Published
The 1/3 million most frequent words, all lowercase, with counts.
Readme
Unigram
The 1/3 million most frequent words, all lowercase, with counts.
Usage
const { unigram } = require("unigram");// typing
export const unigram: { word: string; freq: string }[];References
https://norvig.com/ngrams/count_1w.txt
