Package Exports
- word-repetition
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 (word-repetition) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
This is a simple package that uses Voca library to create a simple repetition analysis of a words present in a document, the test.js file has an example, just run node test.js and it will give you this:
{ bad: 2, boys: 2, whatcha: 1, gonna: 1, do: 1 }