List of, like, English (both British and American) filler words.
npm:
npm install fillers
var fillers = require('fillers');
fillers.length; // 80
console.log(fillers.slice(0, 10));
Yields:
[ 'a',
'able',
'aboard',
'about',
'above',
'absent',
'accept',
'accident',
'account',
'ache' ]
So, fillers exposes a list of strings. (Array.<string>
).
For a complete list of supported filler words and phrases, like, see index.json.
Note that the words listed in fillers might or, in fact, might not be fillers.
- buzzwords — List of buzzwords;
- dale-chall — List of familiar American-English words (1995);
- hedges — List of hedge words;
- profanities — List of profane words;
- spache — List of simple American-English words (1974);
- weasels — List of weasel words.