All Projects → words → fillers

words / fillers

Licence: MIT license
List of (possible) English filler words

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to fillers

buzzwords
List of (possible) English buzzword words
Stars: ✭ 51 (+41.67%)
Mutual labels:  word, natural-language
hedges
List of (possible) English hedge words
Stars: ✭ 39 (+8.33%)
Mutual labels:  word, natural-language
weasels
List of (possible) English weasel words
Stars: ✭ 32 (-11.11%)
Mutual labels:  word, natural-language
clipboard-parser
剪贴板解析器,支持解析@RequestParam/@ApiModelProperty接口定义代码、Word、Excel以及其他表格类数据
Stars: ✭ 15 (-58.33%)
Mutual labels:  word
nl4dv
A python toolkit to create Visualizations (Vis) using natural language (NL) or add an NL interface to existing Vis.
Stars: ✭ 63 (+75%)
Mutual labels:  natural-language
openvalidation
Compose validation rules in the language you use every day, openVALIDATION handles code creation for you.
Stars: ✭ 62 (+72.22%)
Mutual labels:  natural-language
WordIDE
A tool that helps you write code in your favorite IDE: your word processor!
Stars: ✭ 37 (+2.78%)
Mutual labels:  word
ruzzle-solver
A python script that solves ruzzle boards
Stars: ✭ 46 (+27.78%)
Mutual labels:  word
com.elovirta.ooxml
DITA to Word plug-in
Stars: ✭ 19 (-47.22%)
Mutual labels:  word
remark-retext
plugin to transform from remark (Markdown) to retext (natural language)
Stars: ✭ 18 (-50%)
Mutual labels:  natural-language
NLP-Natural-Language-Processing
Projects and useful articles / links
Stars: ✭ 149 (+313.89%)
Mutual labels:  natural-language
v2
Version 2 of the getBible API
Stars: ✭ 34 (-5.56%)
Mutual labels:  word
n2words
Convert numerical numbers to written numbers, in 25+ languages.
Stars: ✭ 44 (+22.22%)
Mutual labels:  natural-language
an-array-of-spanish-words
List of ~636,000 Spanish words
Stars: ✭ 31 (-13.89%)
Mutual labels:  word
gdpr-fingerprint-pii
Use Watson Natural Language Understanding and Watson Knowledge Studio to fingerprint personal data from unstructured documents
Stars: ✭ 49 (+36.11%)
Mutual labels:  natural-language
TextFeatureSelection
Python library for feature selection for text features. It has filter method, genetic algorithm and TextFeatureSelectionEnsemble for improving text classification models. Helps improve your machine learning models
Stars: ✭ 42 (+16.67%)
Mutual labels:  natural-language
aprenda-python
Aprendizado, dicas e projetos sobre Python
Stars: ✭ 22 (-38.89%)
Mutual labels:  natural-language
react-typewriter-js
Simple vanilla JS script to simulate text typewriting effect.
Stars: ✭ 18 (-50%)
Mutual labels:  word
android-word2html
android word文档预览 基于poi的word(.doc/.docx)转html 实现预览功能
Stars: ✭ 38 (+5.56%)
Mutual labels:  word
Rage
Rage allows you to execute any file in a Microsoft Office document.
Stars: ✭ 68 (+88.89%)
Mutual labels:  word

fillers

Build Coverage Downloads Size

List of, like, English (both British and American) filler words.

Install

This package is ESM only: Node 12+ is needed to use it and it must be imported instead of required.

npm:

npm install fillers

Use

import {fillers} from 'fillers'

console.log(fillers.length) //=> 80

console.log(fillers.slice(0, 10))

Yields:

[ 'a',
  'able',
  'aboard',
  'about',
  'above',
  'absent',
  'accept',
  'accident',
  'account',
  'ache' ]

API

This package exports the following identifiers: fillers. There is no default export.

fillers

So, fillers exposes a list of strings (Array.<string>).

Support

For a complete list of supported filler words and phrases, like, see index.js.

Note that the words listed in fillers might or, in fact, might not be fillers.

Related

  • 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

License

MIT © Titus Wormer

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].