Blacklist for self hosted LanguageTool

I am self hosting LanguageTool on my computer and I need to modify the German dictionary a bit. I already found a way to add words to the dictionary, but now I want to have a blacklist. Is there any file already excisting I can use for that? It’d also be great if I could give suggestions for correct spelling with that.

You can use ./org/languagetool/resource/de/hunspell/prohibit.txt as a blacklist. To set suggestions, you can try adding entries to ./org/languagetool/rules/de/replace.txt instead.

Thank you, I’ll try that