Skip to content

Latest commit

 

History

History

croiseur-dictionary-tools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

croiseur-dictionary-tools

croiseur-dictionary-tools is a collection of tools related to dictionary conversion.

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 the dictionary-xml library.
  • HunspellToXml: A program which allows to convert a Hunspell dictionary into an XML dictionary readable by the dictionary-xml library. It is basically the composition of HunspellToText and TextToInternal.

Dictionary Analysis

  • 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.