timpalpant / LittleBoxes

A crossword solver
GNU General Public License v3.0
1 stars 0 forks source link

Implement N-gram letter model #10

Open timpalpant opened 8 years ago

timpalpant commented 8 years ago

Implement a simple model that estimates N-gram probabilities from a provided set of input words.

This model will be used to generate fills for boxes that have not been filled by either ClueDB or Dictionary solvers.