croiseur-dictionary-tools
is a collection of tools related to dictionary conversion.
HunspellToText
: A program which allows to convert a Hunspell dictionary into a simpler text file format (one word per line).TextToXml
: A program which allows to convert a simple text file dictionary into an XML dictionary readable by thedictionary-xml
library.HunspellToXml
: A program which allows to convert a Hunspell dictionary into an XML dictionary readable by thedictionary-xml
library. It is basically the composition ofHunspellToText
andTextToInternal
.
BasicScorer
: A program which gives a score to a given dictionary corresponding to the capability of its words to cross with each other.SquareSolutionEstimator
: A program which gives an estimation of the number of solutions for various square grids with the given dictionary, based on letter frequencies and probabilities.