unigram
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i unigram

Weekly Downloads

3

Version

1.1.1

License

MIT

Unpacked Size

15.6 MB

Total Files

6

Last publish

Collaborators

  • rueihuan