Package Exports
- slovak-wordlist
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (slovak-wordlist) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
slovak-wordlist 
List of the slovak words
Downloaded from http://p.brm.sk/sk_wordlist/
Install
$ npm install --save slovak-wordlistData
Name and occurency is separated by space.
a 824912
v 790766
je 639788
sa 635631
na 466848
to 365449
si 216814
s 203466
ako 192420Usage
var slovakWordlist = require('slovak-wordlist');
slovakWordlist().on('data', function (data) {
console.log(data.toString());
});License
MIT © Daniel Husar