Skip to content

Commit

Permalink
[nl] move compound words from SRR to multipartcompounds.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-baas committed Sep 20, 2023
1 parent 4f85dca commit e7906c4
Show file tree
Hide file tree
Showing 3 changed files with 9,446 additions and 9,448 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private static AhoCorasickDoubleArrayTrie<String> getTrie() {
if (hasDuplicate) {
throw new RuntimeException("Duplicate item '" + wordParts + "' in file " + filename);
}
String message = "U bedoelt misschien: " + Tools.glueParts(words);
String message = "Waarschijnlijk bedoelt u: " + Tools.glueParts(words);
if (lineParts.length == 2) {
message += " (" + lineParts[1] + ")";
}
Expand Down
Loading

0 comments on commit e7906c4

Please sign in to comment.