|
-
Sep 10th, 2006, 11:36 PM
#1
Validating a word.
This is what my program does. It takes an input as letters and forms as many possible combination of words.
I need to validate how many of these words are legal scrabble words and how many are not. Is there a google api or some other webservice which will help me validate the legality of the word?
Cheers,
Abhijit
Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
save a blobFileStreamDataTable To Text Filemy blog
-
Sep 11th, 2006, 12:14 AM
#2
Re: Validating a word.
Why not use the functionality of the Winword to check if the word is legal or not. You can use the Dictonary.
Use [code] source code here[/code] tags when you post source code.
My Articles
-
Sep 11th, 2006, 08:22 AM
#3
Re: Validating a word.
This program is for checking scrabble words. Most of them are not available in the winword dictionary.
Secondly, you might find this strange, but everyone does not have MS office installed.
Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
save a blobFileStreamDataTable To Text Filemy blog
-
Sep 12th, 2006, 04:01 AM
#4
Re: Validating a word.
Well there is nothing strange about not having MS Office installed.
The closest I could get was to the Dictionary used by Ms - Office. You might want to check the internet to see if there is any service that you can utilize to check if the word is correct or not.
Use [code] source code here[/code] tags when you post source code.
My Articles
-
Sep 12th, 2006, 11:15 AM
#5
Re: Validating a word.
You might be able to download a wordlist from:
http://home.teleport.com/~stevena/sc...wordlists.html
and use that to validate the words. Though I don't know the licenses on those lists and you may not be allowed to use them for commercial use (if you plan on making a product).
Once you have that wordlist, you could load it into memory and do a search there, or if the list is really large, put it into a DB and do a query for each word.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|