Skip to content

Commit

Permalink
add morphologically correct but semantically incorrect compounds
Browse files Browse the repository at this point in the history
  • Loading branch information
affemitkaraffe committed Jun 20, 2024
1 parent 2cd7e2c commit 4816ba8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8685,4 +8685,27 @@ Trimm-Dich-Pfad/S
Trimm-Dich-Pfade/N
Goethe Institut/S #only the hyphenated variant should be suggested
Mirowelle/N #Mikrowelle
Mirowellenabsorber/NS
Mirowellenabsorber/NS
Hahnfluss
Sinnflut
Hartware
Meerwein/E
Eisbergspritze/N
Leisezeichen
Unikorn
Ohmacht
Papageier
Adresselektion
Bundesliegen
Eintragsfliege/N
Erbenprotein/S
Erbenproteine/N
Pflichterbse
Fußall
Geldulden
Ausruhezeichen
Tragezeichen
Schneeflug
Leserille/E
Krautkleid
Strandpauke/N
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ public void testIgnoreMisspelledWord() throws IOException {
assertTrue(rule.ignorePotentiallyMisspelledWord("Grünschloss")); // new spelling
assertFalse(rule.ignorePotentiallyMisspelledWord("Bewußtseinswandels")); // old spelling
assertTrue(rule.ignorePotentiallyMisspelledWord("Bewusstseinswandels")); // new spelling
assertFalse(rule.ignorePotentiallyMisspelledWord("Meerweine"));
//
}

Expand Down

0 comments on commit 4816ba8

Please sign in to comment.