Skip to content

Commit 108ebd3

Browse files
authored
Merge pull request #74 from sitago/add_RD29
Add RD29 to deutschFamily
2 parents e0a88ce + 38bd74e commit 108ebd3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dbmaker/utils.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,14 @@ func LexiconMappings(dataPath string) LexiconMap {
219219
DescriptiveName: "Scrabble®-Turnierliste - based on Duden 28th edition",
220220
LetterDistribution: germanLD,
221221
},
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+
},
222230
}
223231

224232
frenchFamily := []*LexiconInfo{

0 commit comments

Comments
 (0)