From 2a38cd8bc3e70c6347c868a90be47e6e3f7af0a0 Mon Sep 17 00:00:00 2001 From: adueck Date: Tue, 14 May 2024 17:08:28 -0400 Subject: [PATCH] update filler words --- website/src/lib/filler-words.ts | 75 +++++++++++++++++---------------- 1 file changed, 38 insertions(+), 37 deletions(-) diff --git a/website/src/lib/filler-words.ts b/website/src/lib/filler-words.ts index 2113a15..6d96b5b 100644 --- a/website/src/lib/filler-words.ts +++ b/website/src/lib/filler-words.ts @@ -7,43 +7,44 @@ */ const fillerWords = [ - "to", - "go", - "being", - "through", - "for", - "is", - "by", - "and", - "if", - "a", - "the", - "Arabic", - "plural", - "verb", - "stem", - "of", - "do", - "it", - "be", - "become", - "up", - "when", - "out", - "up", - "inflected", - "attributive", - "etc", - "ie", - "literal", - "figurative", - "lit", - "fig", - "make", - "etc.", - "see", - "pertaining", - "", + "to", + "go", + "being", + "through", + "for", + "is", + "by", + "and", + "if", + "a", + "the", + "Arabic", + "plural", + "verb", + "stem", + "of", + "do", + "it", + "be", + "become", + "up", + "when", + "out", + "up", + "inflected", + "attributive", + "etc", + "ie", + "literal", + "figurative", + "lit", + "fig", + "make", + "etc.", + "see", + "pertaining", + "causative", + "", ]; export default fillerWords;