duereg / weasel-words

for detecting weasel words

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weasel words Build Status

npm module for detecting weasel words.

Based on this shell script.

Install

npm install weasel-words

Use

var weasel = require('weasel-words');

var problems = weasel('Remarkably few developers write well.');
// problems -> [{ index : 0, offset : 10 },
//              { index : 11, offset : 3 }]

License

MIT

About

for detecting weasel words