update filler words

This commit is contained in:
adueck 2024-05-14 17:08:28 -04:00
parent 342e03ee4b
commit 2a38cd8bc3
1 changed files with 38 additions and 37 deletions

View File

@ -7,43 +7,44 @@
*/ */
const fillerWords = [ const fillerWords = [
"to", "to",
"go", "go",
"being", "being",
"through", "through",
"for", "for",
"is", "is",
"by", "by",
"and", "and",
"if", "if",
"a", "a",
"the", "the",
"Arabic", "Arabic",
"plural", "plural",
"verb", "verb",
"stem", "stem",
"of", "of",
"do", "do",
"it", "it",
"be", "be",
"become", "become",
"up", "up",
"when", "when",
"out", "out",
"up", "up",
"inflected", "inflected",
"attributive", "attributive",
"etc", "etc",
"ie", "ie",
"literal", "literal",
"figurative", "figurative",
"lit", "lit",
"fig", "fig",
"make", "make",
"etc.", "etc.",
"see", "see",
"pertaining", "pertaining",
"", "causative",
"",
]; ];
export default fillerWords; export default fillerWords;