JSPM

word-repetition

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q29009F
  • License ISC

Repeated words using Voca

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 }