Word list for a spelling (i.e., Scrabble) type game
Hi folks,
Not entirely sure I'm in the right place, but here goes: I'm working on a game right now that has a Scrabble-type mechanic wherein players spell words for points. What I'm trying to find out is the best way to verify spelled words. A straight up dictionary won't do because of the various acceptable word forms (e.g., jump, jumping, jumps, jumpy). I could use a "stemmer" algorithm to reduce words down to their root form, but I am worried about false positives (i.e., a stemmer might reduce sheeps to sheep and mark it correct). What would be easiest would be a full list of acceptable words with all of their forms, but I don't know if this exists. Any suggestions?
Thanks in advance.
--Ben
Not entirely sure I'm in the right place, but here goes: I'm working on a game right now that has a Scrabble-type mechanic wherein players spell words for points. What I'm trying to find out is the best way to verify spelled words. A straight up dictionary won't do because of the various acceptable word forms (e.g., jump, jumping, jumps, jumpy). I could use a "stemmer" algorithm to reduce words down to their root form, but I am worried about false positives (i.e., a stemmer might reduce sheeps to sheep and mark it correct). What would be easiest would be a full list of acceptable words with all of their forms, but I don't know if this exists. Any suggestions?
Thanks in advance.
--Ben
maybe you can use some of the files in /usr/share/dict/
Sir, e^iπ + 1 = 0, hence God exists; reply!
Ben,
Kevin's Word List has links to a bunch of word lists. If those lists don't work for you, use the signature in my profile to send me an email. I have a list of words I found on the Internet that I can send to you.
Kevin's Word List has links to a bunch of word lists. If those lists don't work for you, use the signature in my profile to send me an email. I have a list of words I found on the Internet that I can send to you.
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Dictionary Checking for word games | avidgamer101 | 5 | 1,555 |
Jan 14, 2013 02:28 AM Last Post: avidgamer101 |
|
| Arkanoid type game question | Taxxodium | 11 | 4,880 |
Oct 9, 2005 01:56 AM Last Post: Taxxodium |
|

