76 Commits

Author SHA1 Message Date
700c6e8057 adding output from lexico and reverse lexico 2017-09-04 03:31:52 -07:00
b042890420 make diff by one code match what is in github blog post. 2017-09-03 20:55:46 -07:00
26b5f9394d reverse order of printed distances 2017-09-03 20:30:08 -07:00
b0cb967549 adding a diff-by-n variation on the diff-by-one program 2017-09-03 20:22:34 -07:00
a69eb56e0a updating readme with more sections, describing each script. 2017-08-17 06:43:18 -07:00
58c7eafc76 moving word converage to letter coverage. 2017-08-17 06:42:11 -07:00
6b7270b97d Adding working dynamic program to compute word coverage. 2017-08-17 06:32:43 -07:00
c902691810 remove particular bigrams 2017-08-17 06:31:36 -07:00
a8a64d385c adding output from various scripts. 2017-08-16 03:18:35 -07:00
53a74fc21e adding check for leicographically sorted words. 2017-08-15 20:26:55 -07:00
08eb1b15a6 adding palindrome and palindrome pair checker 2017-08-15 20:22:05 -07:00
b16c360103 adding get words function. 2017-08-15 20:12:06 -07:00
8e3af32e64 adding a script to look for words with euclidean distance of 1. 2017-08-15 20:12:00 -07:00
96c7372ab3 distinct script now uses get_words function. 2017-08-15 20:11:36 -07:00
7460c21d0b stats now uses external get_words function. 2017-08-15 20:11:13 -07:00
a092a8363d moving euclidean dist to euclidean distance. 2017-08-15 20:10:07 -07:00
ab88068dc4 compute number of 5-letter words with k distinct letters. 2017-08-15 19:24:12 -07:00
587a24094c adding memo to gitignore. 2017-08-15 19:23:54 -07:00
279cf1b145 moving everything in stats.py to a main method. 2017-08-15 19:23:37 -07:00
78cd32d95c stats.py now prints letter/bigram frequencies in sorted order. 2017-08-15 17:46:59 -07:00
beeaad5082 adding script to compute euclidean distance btwn 2 words. 2017-08-15 17:46:16 -07:00
1b46ac7a85 add stats script to count letter and bigram frequencies. 2017-08-06 16:21:07 -07:00
d98c093f1a updating license, readme, and adding words. 2017-08-06 16:03:28 -07:00
bd17061751 Adding Stanford GraphBase list of five-letter words 2017-08-06 16:02:55 -07:00
8c30ffb417 updating readme with reference. 2017-08-06 16:02:39 -07:00
cd3fea92b8 Initial commit 2017-08-06 15:57:28 -07:00