Skip to content

Commit

Permalink
[de] check "daß" (also) suggests "dass"
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaber committed Jul 15, 2017
1 parent e9e591e commit 9a9ec03
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -55,6 +55,7 @@ public void testMorfologikSpeller() throws IOException {
RuleMatch[] matches = rule.match(lt.getAnalyzedSentence("daß"));
assertEquals(1, matches.length);
assertEquals("das", matches[0].getSuggestedReplacements().get(0)); // "dass" would actually be better...
assertEquals("dass", matches[0].getSuggestedReplacements().get(1));
}

@Test
Expand Down

0 comments on commit 9a9ec03

Please sign in to comment.