Gemfile Gemfile.lock History.txt Manifest.txt README.txt Rakefile bin/chbs bin/chbs-mkpass lib/correct_horse_battery_staple.rb lib/correct_horse_battery_staple/assembler.rb lib/correct_horse_battery_staple/backend.rb lib/correct_horse_battery_staple/backend/isam.rb lib/correct_horse_battery_staple/backend/isam_kd.rb lib/correct_horse_battery_staple/backend/redis.rb lib/correct_horse_battery_staple/backend/redis/d_range.rb lib/correct_horse_battery_staple/corpus.rb lib/correct_horse_battery_staple/corpus/base.rb lib/correct_horse_battery_staple/corpus/isam.rb lib/correct_horse_battery_staple/corpus/isam_kd.rb lib/correct_horse_battery_staple/corpus/redis.rb lib/correct_horse_battery_staple/corpus/redis2.rb lib/correct_horse_battery_staple/corpus/serialized.rb lib/correct_horse_battery_staple/corpus/sqlite.rb lib/correct_horse_battery_staple/generator.rb lib/correct_horse_battery_staple/memoize.rb lib/correct_horse_battery_staple/parser.rb lib/correct_horse_battery_staple/parser/base.rb lib/correct_horse_battery_staple/parser/regex.rb lib/correct_horse_battery_staple/range_parser.rb lib/correct_horse_battery_staple/statistical_array.rb lib/correct_horse_battery_staple/stats.rb lib/correct_horse_battery_staple/word.rb lib/correct_horse_battery_staple/writer.rb lib/correct_horse_battery_staple/writer/base.rb lib/correct_horse_battery_staple/writer/csv.rb lib/correct_horse_battery_staple/writer/file.rb lib/correct_horse_battery_staple/writer/isam.rb lib/correct_horse_battery_staple/writer/isam_kd.rb lib/correct_horse_battery_staple/writer/json.rb lib/correct_horse_battery_staple/writer/marshal.rb lib/correct_horse_battery_staple/writer/redis.rb lib/correct_horse_battery_staple/writer/sqlite.rb script/generate_all script/load_redis script/perftest spec/corpus/serialized_spec.rb spec/corpus_spec.rb spec/correct_horse_battery_staple_spec.rb spec/fixtures/100.json spec/fixtures/corpus1.csv spec/fixtures/corpus100.json spec/fixtures/wiktionary1000.htm spec/range_parser_spec.rb spec/spec_helper.rb spec/statistical_array_spec.rb spec/support/spec_pry.rb spec/word_spec.rb correct-horse-battery-staple.gemspec