Skip to content

Commit

Permalink
[de] improve rules
Browse files Browse the repository at this point in the history
  • Loading branch information
tiff committed Jul 17, 2024
1 parent 1d303f1 commit 7555d7d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3900,6 +3900,8 @@ protected List<SuggestedReplacement> getOnlySuggestions(String word) {
case "genausogut": return topMatch("genauso gut");
case "Sylvester": return topMatch("Silvester");
case "Außerden": return topMatch("Außerdem");
case "Irish-Pub": return topMatch("Irish Pub");
case "Irish-Pubs": return topMatch("Irish Pubs");
case "ausserhalb": return topMatch("außerhalb");
case "Ausserhalb": return topMatch("Außerhalb");
case "Add-On": return topMatch("Add-on");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243565,6 +243565,7 @@ Monospace
monospace
NOAK #abk
Neldel/S
Monza/S #name
Silvestrov/S
Eig'ne/SN
Eig’ne/SN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138397,6 +138397,8 @@ Henderson Lake/S
Battelle Fellow/S
Google Lunar X Prize
Anny Schlemm/S
Sepp Mayerl/S
Sepp Mayer/S
Stéphane Richer/S
Greg Le-Mond/S
Frank Brommer/S
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27774,6 +27774,15 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<token>vor</token>
<token>lachen</token>
</antipattern>
<antipatern>
<token>los</token>
<token regexp="yes">(geht|ging)s</token>
</antipattern>
<antipatern>
<token>los</token>
<token regexp="yes" skip="1">(geht|ging)</token>
<token>s</token>
</antipattern>
<antipattern>
<token>drauf</token>
<token>los</token>
Expand Down

0 comments on commit 7555d7d

Please sign in to comment.