simpler-words
Version:
Suggests shorter, simpler alternatives to long words
25 lines (15 loc) • 499 B
Markdown
Simpler words
-
Suggests shorter, simpler alternatives to long words.
npm install simpler-words
```js
var simplerWords = require('simpler-words');
var alternatives = simplerWords('additional');
// alternatives -> ['more', 'extra']
```
- [@duereg](https://github.com/duereg) for the list of wordy words in his [too-wordy](https://github.com/duereg/too-wordy) library.
[](https://github.com/rowanoulton/simpler-words/blob/master/LICENSE)