Skip to content

Commit

Permalink
OSPS50 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
domino14 committed Jan 14, 2025
1 parent f4b3118 commit 1aa80b4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dbmaker/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,14 @@ func LexiconMappings(dataPath string) LexiconMap {
DescriptiveName: "Polska Federacja Scrabble - Update 49",
LetterDistribution: polishLD,
},
{
LexiconName: "OSPS50",
LexiconFilename: filepath.Join(lexiconPath, "OSPS50.txt"),
KWG: loadKWG(dataPath, "OSPS50"),
LexiconIndex: 26,
DescriptiveName: "Polska Federacja Scrabble - Update 50",
LetterDistribution: polishLD,
},
}

deutschFamily := []*LexiconInfo{
Expand Down

0 comments on commit 1aa80b4

Please sign in to comment.