summaryrefslogtreecommitdiff
path: root/data/lexica
AgeCommit message (Collapse)Author
2019-01-13Add School Scrabble 2016, 2018 word list hashes.John Fultz
2019-01-13Add hash for official OCTWL2018.John Fultz
2018-02-13New version of Polish lexicon (OSPS 38)alkamid
This is a small update, mainly fixing the bugs found in version 37.
2017-12-19OSPS (Polish lexicon) v. 37 (December 2017)alkamid
2017-04-03OSPS update 36alkamid
http://www.pfs.org.pl/osps/Update36.php As usual, no need to leave older versions available. This one mainly deals with bugs from Update 35.
2016-12-21OSPS update 35alkamid
http://pfs.org.pl/info/update35.php
2016-08-05Merge pull request #41 from alkamid/new_ospsJohn Fultz
OSPS Update 33
2016-07-30Add OTCWL16 hash.John Fultz
2016-07-28OSPS Update 33alkamid
2016-01-07Add ODS7 hash.John Fultz
2016-01-04Add Turkish lexicon derived from the word list of the open source Zemberek ↵Gökçen Eraslan
project.
2015-11-02Add interface for generating gaddags.John Fultz
I wanted to throw this in a background thread, and I will, but for now, we need to get something out the door, and this seems sensible anyway. Couple of other bug fixes... * Add a copyright. * Popup menu says "Add new lexica..." but should say "Add new lexicon...". * Copyrights were refusing to wordwrap, thus forcing the settings pane to be wide.
2015-10-14Convert dictionaries, add csw15.John Fultz
* All dictionaries are now in v1 DAWG format. * Three corrupt dictionaries were removed. * Implement a way to tag dictionaries for copyright purposes. * CSW15 is now a thing.
2015-10-11Fix up lexicon dialog box checks.John Fultz
Get enables and disables right, efficient computation of word counts, etc.
2014-11-29Crap. Accidentally marked all the Polish words as British.John Fultz
2014-11-28Add OSPS (Polish) dictionary.John Fultz
2014-11-28Remove some obsolete Collins stuff.John Fultz
cswjan11 was a provisional list. No need for it anymore. cswapr07.gaddag is taking up a lot of space, and probably hardly anybody needs it anymore (and, eventually, I'll add on-the-fly gaddag generation, so it won't matter).
2014-09-06Fix Norwegian dictionary.John Fultz
The original dictionary list needed to be processed to remove duplicates and parts of speech, which the contributor didn't do right. This time, I did it myself.
2014-08-31New alphabet and dawg for Norwegian.John Fultz
The Norwegian dictionary had some unencodable words. Turns out that they are playable, but using the blank as a letter which is not part of the distribution. So, adding the letters to the alphabet, but with zero of them in the distribution, works.
2014-08-30Norwegian support.John Fultz
The Norwegian dictionary comes from here: http://www2.scrabbleforbundet.no/?attachment_id=1620 which claims that the words may be used and redistributed under GPLv3.
2013-08-25Initial git commit.Jason Katz-Brown