We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0a88ce + 38bd74e commit 108ebd3Copy full SHA for 108ebd3
dbmaker/utils.go
@@ -219,6 +219,14 @@ func LexiconMappings(dataPath string) LexiconMap {
219
DescriptiveName: "Scrabble®-Turnierliste - based on Duden 28th edition",
220
LetterDistribution: germanLD,
221
},
222
+ {
223
+ LexiconName: "RD29",
224
+ LexiconFilename: filepath.Join(lexiconPath, "RD29.txt"),
225
+ KWG: loadKWG(dataPath, "RD29"),
226
+ LexiconIndex: 27,
227
+ DescriptiveName: "Scrabble®-Turnierliste - based on Duden 29th edition",
228
+ LetterDistribution: germanLD,
229
+ },
230
}
231
232
frenchFamily := []*LexiconInfo{
0 commit comments