Skip to content

Commit

Permalink
[de] näste -> nächste
Browse files Browse the repository at this point in the history
  • Loading branch information
janschreiber committed Jul 20, 2017
1 parent 9a86969 commit 8515ddb
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -294,6 +294,8 @@ protected List<String> getAdditionalTopSuggestions(List<String> suggestions, Str
return Collections.singletonList("Ladys");
} else if (word.matches("legen[td]lich")) {
return Collections.singletonList("lediglich");
} else if (word.matches("näste[mnrs]?$")) {
return Collections.singletonList(word.replaceFirst("^näs", "nächs"));
} else if (word.matches("Erdogans?$")) {
return Collections.singletonList(word.replaceFirst("^Erdogan", "Erdoğan"));
} else if (word.matches("Email[a-zäöü]{5,}")) {
Expand Down

0 comments on commit 8515ddb

Please sign in to comment.