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 = [
"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;