Show HN: My saturday project. For when your co-founders can't 'Draw Something'.
1–10 of 52 posts
Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.
#2Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.
#3This is just a quick project I threw together this Saturday. It simply finds all possible words that meet the criteria you specify and ranks them according to their English frequency.
Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.
#4Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.
#5Cool - where are you sourcing the candidate words?
Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.
#6Cool - where are you sourcing the candidate words?
I used the frequency lists from Wikitionary for searching an ranking. They've got the 40,000 most frequent words.
I've been meaning to see if I can run a proxy and substitute my own words.
EDIT: I personally use wordplay (http://hsvmovies.com/static_subpages/personal_orig/wordplay/...) with the -lx flags on this file when I'm stumped
Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.
#7This is just a quick project I threw together this Saturday. It simply finds all possible words that meet the criteria you specify and ranks them according to their English frequency.
FYI, the search is broken right now, probably due to HN traffic. I get the error: Internal Server Error.
Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.
#8Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.
#9Earlier quoted context omitted.
I used the frequency lists from Wikitionary for searching an ranking. They've got the 40,000 most frequent words.
The client downloads the current word list from this URL: http://static.iminlikewithyou.com/drawsomething/wordlist.csv I've been meaning to see if I can run a proxy and substitute my own words. EDIT: I personally use wordplay ( http://hsvmovies.com/static_subpages/personal_orig/wordplay/... ) with the -lx flags on this file when I'm stumped
Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.
#10That went well.