Word Guesser
This was originally designed as a simple tool to automate the generation of word possibilities given known letters in the word and known letters not in the word. The motivation for this was a programming exercise that came out of the task of manually creating lists of possible words for certain word games. It eventually evolved into having actual dictionary lookups, as generating millions of combinations becomes prohibitively expensive.
Requirements
- Ruby 1.9.2 or greater
Installation
gem install word-guesser
Usage
word-guesser
Then follow the prompts.
Credits & Licence
Created by J. Andrew Marshall. Licensed under the BSD license, included.