We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12fdc0 commit 0127458Copy full SHA for 0127458
dbmaker/utils.go
@@ -209,11 +209,11 @@ func LexiconMappings(dataPath string) LexiconMap {
209
LetterDistribution: polishLD,
210
},
211
{
212
- LexiconName: "OSPS51",
213
- LexiconFilename: filepath.Join(lexiconPath, "OSPS51.txt"),
214
- KWG: loadKWG(dataPath, "OSPS51"),
215
- LexiconIndex: 28,
216
- DescriptiveName: "Polska Federacja Scrabble - Update 51",
+ LexiconName: "OSPS52",
+ LexiconFilename: filepath.Join(lexiconPath, "OSPS52.txt"),
+ KWG: loadKWG(dataPath, "OSPS52"),
+ LexiconIndex: 29,
+ DescriptiveName: "Polska Federacja Scrabble - Update 52",
217
218
219
}
0 commit comments