Project Files
dist / dictionaries / blacklist.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.blacklist = void 0;
exports.blacklist = [
// ==================== ENGLISH WORDS ====================
// Articles
'a',
'an',
'the',
// Polite words
'please',
'thanks',
'thank',
'appreciate',
'appreciated',
'grateful',
'kindly',
'polite',
// Filler words
'um',
'uh',
'like',
'so',
'well',
'actually',
'basically',
'literally',
'obviously',
'clearly',
'simply',
'just',
'really',
'very',
'quite',
'rather',
'somewhat',
'kind of',
'sort of',
'a bit',
'a little',
// Redundant pronouns
'i',
'me',
'my',
'mine',
'myself',
'we',
'us',
'our',
'ours',
'ourselves',
'you',
'your',
'yours',
'yourself',
'yourselves',
'he',
'him',
'his',
'himself',
'she',
'her',
'hers',
'herself',
'it',
'its',
'itself',
'they',
'them',
'their',
'theirs',
'themselves',
// Common copulas
'is',
'am',
'are',
'was',
'were',
'be',
'been',
'being',
// Common auxiliary verbs
'have',
'has',
'had',
'do',
'does',
'did',
'will',
'would',
'could',
'should',
'may',
'might',
'can',
// Common prepositions (context-dependent)
'of',
'in',
'to',
'for',
'with',
'on',
'at',
'from',
'by',
'about',
'into',
'through',
'during',
'before',
'after',
'above',
'below',
'between',
'under',
'again',
'further',
'then',
'once',
// Conjunctions
'and',
'but',
'or',
'nor',
'yet',
'because',
'since',
'unless',
// Demonstratives
'this',
'that',
'these',
'those',
// Relative pronouns
'which',
'who',
'whom',
'whose',
'what',
// Common filler phrases
'oh',
'ah',
'wow',
'hmm',
'hmmm',
'ok',
'okay',
'alright',
'sure',
'certainly',
'absolutely',
'definitely',
'naturally',
'indeed',
'truly',
'honestly',
'frankly',
'seriously',
'essentially',
'fundamentally',
'generally',
'typically',
'usually',
'normally',
'commonly',
'frequently',
'often',
'regularly',
'consistently',
'constantly',
'continuously',
'perpetually',
'always',
'never',
'ever',
'nevertheless',
'nonetheless',
'notwithstanding',
'however',
'moreover',
'furthermore',
'additionally',
'also',
'too',
'either',
'neither',
'both',
'each',
'every',
'all',
'any',
'some',
'few',
'many',
'much',
'more',
'most',
'least',
'less',
'other',
'another',
'such',
'same',
'enough',
'only',
'even',
'own',
'per',
'than',
'beyond',
'down',
'here',
'there',
'up',
'out',
'off',
'over',
// ==================== GERMAN WORDS ====================
// German articles
'der',
'die',
'das',
'den',
'dem',
'des',
'ein',
'eine',
'einen',
'einem',
'eines',
// German polite words
'bitte',
'danke',
'danken',
'freundlich',
'freunde',
// German filler words
'eigentlich',
'tatsächlich',
'wirklich',
'gerade',
'eben',
'halt',
'doch',
'ja',
'mal',
'wohl',
'schon',
'nur',
'sehr',
'ziemlich',
'ganz',
'einfach',
'klar',
'offensichtlich',
// German pronouns
'ich',
'mich',
'mir',
'mein',
'meine',
'meines',
'uns',
'unser',
'unsere',
'du',
'dich',
'dir',
'dein',
'deine',
'er',
'ihn',
'ihm',
'sein',
'seine',
'sie',
'ihr',
'ihre',
'es',
'ihnen',
'ihren',
'sich',
// German copulas / to be
'bin',
'bist',
'ist',
'sind',
'war',
'waren',
'sei',
'seien',
'gewesen',
// German auxiliary verbs
'haben',
'habe',
'hast',
'hat',
'habt',
'hattest',
'hatte',
'gehabt',
'werden',
'werde',
'wirst',
'wird',
'werdet',
'würden',
'könnten',
'sollten',
'müssen',
'dürfen',
'mögen',
// German prepositions
'von',
'mit',
'nach',
'bis',
'bei',
'auf',
'zu',
'aus',
'für',
'über',
'durch',
'gegen',
'während',
'ohne',
'um',
'entlang',
'seit',
'ab',
'an',
'unter',
'neben',
'zwischen',
'vor',
'hinter',
'trotz',
'wegen',
// German conjunctions
'und',
'oder',
'aber',
'denn',
'sondern',
'weil',
'da',
'obwohl',
'wenn',
'falls',
'damit',
'dass',
'als',
// German demonstratives
'dieser',
'diese',
'dieses',
'jener',
'jene',
'jenem',
'hier',
'da',
'dort',
// German relative pronouns
'welcher',
'welche',
'welches',
'wer',
'was',
'wo',
// German filler phrases
'äh',
'na',
'nun',
];