cword
v0.0.5
Published
Purpose of this liberary is to create an array that shows the words and frequent usage.
Downloads
3
Readme
cWord
Purpose of this liberary is to create an array that shows the words and frequent usage.
Requirements
- Node.js
- NPM (Node.js require for NPM)
Features
getCount(exclude)
Usage
Traditional: Include cWord.js
file in your project and load it.
NPM: npm i cword
Create Instance
const t = new cWord(String)
console.log(t.getCount(['and', 'if'])) // This will return text cound without the word 'and' and 'if'