Project Files
dist / dictionaries / de-filler.d.ts
/**
* German filler words organized by compression level.
* Source: Linguistic research, NLP resources
*/
export declare const DE_GENTLE: string[];
export declare const DE_BALANCED: string[];
export declare const DE_AGGRESSIVE: string[];
export declare const DE_BLACKLIST: {
gentle: string[];
balanced: string[];
aggressive: string[];
};