86 Commits

Author SHA1 Message Date
J.J. Montgomery
dd0a885665 Adding "nerdy" to words_alpha.txt 2022-04-18 09:41:04 -07:00
Nelson
22d7c41119
Merge pull request #109 from grahampcharles/master
fixed merged word: coevolvedcoevolves
2021-10-20 09:05:51 +01:00
Graham Charles
b2872456e8 fixed merged word: coevolvedcoevolves 2021-10-19 21:44:04 -07:00
Nelson
11735d0d68
Merge pull request #89 from Anurag-Chauhan-289/master
Improved Docs
2020-10-15 09:03:00 +01:00
Anurag Chauahan
ff261ea5a6
Update README.md 2020-10-02 00:42:42 +05:30
Nelson
4d16646363
Merge pull request #82 from Treit/users/treit/acceleratorh
Remove invalid word 'acceleratorh'
2020-08-24 08:54:23 +01:00
Mike Treit
7cb484da5d Remove invalid word 'acceleratorh' 2020-08-23 17:44:51 -07:00
Nelson
ed8dbc5030
Merge pull request #75 from AdityaGupta150/master
Added 'cryptocurrency' in words_alpha.txt
2020-04-10 09:52:55 +01:00
AdityaGupta150
728408da58 Added 'cryptocurrency' 2020-04-10 11:55:55 +05:30
Nelson
11880a32c5
Merge pull request #41 from InnovativeInventor/master
Created scripts to make things easier
2019-11-23 09:12:50 +00:00
InnovativeInventor
84dac0db27 Added scripts to help generate files 2019-11-22 18:25:59 -05:00
Nelson
54b470a763
Merge pull request #66 from JoeChen2/master
changed \"Pillow\" to \"pillow\" in words.txt and words.zip
2019-06-03 16:43:16 +01:00
Joechen
85e6d09f39 changed \"Pillow\" to \"pillow\" in words.txt and words.zip 2019-06-02 00:04:54 +12:00
Nelson
796eda46d1
Merge pull request #64 from kevinzwang/master
added a few words
2019-04-30 05:23:51 +01:00
Kevin Wamg
f43899393b added words to alpha list too 2019-04-29 21:08:40 -07:00
Kevin Wamg
45a35a0a02 added a few words 2019-04-29 21:00:10 -07:00
Nelson
c66ff6642f
Merge pull request #61 from Borthralla/master
Removed zoogrpahy and remade archives
2019-03-13 20:35:43 +00:00
Philip Mann
71fd802839 Removed zoogrpahy and remade archives 2019-03-13 16:26:19 -04:00
Nelson
e0743c5766
Merge pull request #57 from simonsteele24/master
Added dino to words.txt, words_alpha.txt, and words_dictionary.json
2019-03-03 19:45:51 +00:00
Simon Steele
38e5899996 Rezipped words_dictionary.zip with dino included 2019-03-03 10:51:41 -05:00
Simon Steele
b18d22d95b rezipped words_alpha.zip with dino included 2019-03-03 10:50:50 -05:00
Simon Steele
725c7d9dce rezipped words.zip with dino included 2019-03-03 10:49:57 -05:00
Simon Steele
444f0f7fba Added 'dino' to the words json dictionary 2019-03-03 10:48:17 -05:00
Simon Steele
2eabbc5200 added 'dino' to words.txt 2019-03-03 10:44:12 -05:00
Simon Steele
18bc49c3ac added 'dino' to words.txt 2019-03-03 10:40:48 -05:00
Nelson
f6a3990e7c
Merge pull request #56 from simonsteele24/master
Added 'to' to words.txt
2019-03-03 06:13:59 +00:00
Simon Steele
a877d32f2b rezipped word.txt with previous changes 2019-03-03 01:05:40 -05:00
Simon Steele
37e6fe53d6 Added 'to' to words.txt 2019-03-03 01:02:21 -05:00
Nelson
71963788ec
Merge pull request #55 from simonsteele24/master
Addition of Articles in Words.txt
2019-03-02 07:43:47 +00:00
Simon Steele
a7a7ad643a Compressed previous changes into zipped version of words.txt 2019-03-02 01:47:57 -05:00
Simon Steele
2ee8e4fca2 Readded The into words.txt 2019-03-02 01:41:10 -05:00
Simon Steele
27dea3fc68 Added as into words.txt 2019-03-02 01:30:54 -05:00
Simon Steele
e667ff0ce7 Changed the word The to the in words.txt 2019-03-02 01:27:22 -05:00
Nelson
aa58c143fd
Merge pull request #49 from bsoyka/patch-1
Clarification in README
2019-01-29 14:27:29 +00:00
Nelson
8bc834f169
Merge pull request #53 from etigerstudio/master
Add archived dataset ref link in README.
2019-01-27 17:35:41 +00:00
E-Tiger Studio
5900be49ba
Add archived dataset ref link in README.
- Replace plain obsolete dataset link of infochimps with archived link to make it easier to refer to.
- The webpage could display normally as it used to be. Unfortunately, the xls file download link is broken ultimately, which may not be a big problem as the words have already been saved to the repo.
2019-01-27 23:23:41 +08:00
Nelson
a489a59c8c
Merge pull request #50 from bsoyka/master
Clarification fix in README
2018-10-11 07:14:18 +01:00
Benjamin Soyka
9b39738294
Clarification fix 2018-10-10 19:33:16 -07:00
Benjamin Soyka
3a2754bb88
Clarification in README
This clarifies what `words_alpha.txt` contains, and fixes #20.
2018-10-08 16:43:02 -07:00
Nelson
759c4b3e2b
Merge pull request #46 from Stack-of-Pancakes/dwyl-merge
Refactored the python code example
2018-05-19 20:31:29 +01:00
Stack-of-Pancakes
dbc0b2818f Merge remote-tracking branch 'dwyl/master' into dwyl-merge
# Conflicts:
#	read_english_dictionary.py
2018-04-29 15:40:43 -04:00
Stack-of-Pancakes
fd2f8a6179 Refactor python code example
sys imported and unused.
os only used to create cwd which is implied with open
try/except block that doesn't handle anything
json loaded to create a more expensive defaultdict
dict created just for membership testing instead of set
membership test performed by fetching key value instead of using in
2018-04-29 15:33:04 -04:00
Ines Teles
9babd338ef
Merge pull request #43 from dwyl/adds-CONTRIBUTING.md-issue#42
adds CONTRIBUTING.md for / fixes #42
2018-03-24 21:32:49 +00:00
nelsonic
16c1a1dbb9 adds CONTRIBUTING.md for / fixes #42 (to so people are not "dissapointed" when we dont accept PRs without prior discussion...) 2018-03-24 20:15:28 +00:00
Nelson
843621abc2
Merge pull request #40 from blairg23/master
Added os.getcwd() to example script to make it more OS agnostic. Also…
2018-03-14 10:10:23 +00:00
blair gemmer
8e74ad0166 Added os.getcwd() to example script to make it more OS agnostic. Also added strikethrough formatting and note regarding broken link in readme file. 2018-03-13 23:16:12 -06:00
Nelson
cac79921a8
Merge pull request #31 from dimnikolos/master
redrawerredrawers in words_alpha
2017-12-04 14:25:51 +00:00
dimnikolos
665bf91f0f redrawerredrawers in words_alpha 2017-12-04 16:12:20 +02:00
Nelson
d3fd957bb0 Merge pull request #27 from HarshaLaxman/master
Removed dashes in words_alpha
2017-10-18 21:05:48 +01:00
Harsha Laxman
be341d3424 Removed dashes in words_alpha 2017-10-18 18:20:53 -07:00