1.0.4 • Published 6 years ago

slovak-wordlist v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

slovak-wordlist Build Status

List of the slovak words

Downloaded from http://p.brm.sk/sk_wordlist/

Install

$ npm install --save slovak-wordlist

Data

Name and occurency is separated by space and entries by new line.

a 824912
v 790766
je 639788
sa 635631
na 466848
to 365449
si 216814
s 203466
ako 192420

Usage

var slovakWordlist = require('slovak-wordlist');

slovakWordlist().on('data', function (data) {
  console.log(data.toString());
});

API

opts

Type: Object
Default: undefined

fs.createReadStream options

License

MIT © Daniel Husar

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago