If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Other PC Databases > Need database of english dictionary

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-25-08, 21:33
hafeelpn hafeelpn is offline
Registered User
 
Join Date: Dec 2008
Posts: 3
Need database of english dictionary

Hi All

Please Help me i am in need of a programatically accessible database of english dictionary

can anyone help me db can irrespective of any platform

Regards
Hafeel

Last edited by r937; 12-26-08 at 03:49.
Reply With Quote
  #2 (permalink)  
Old 12-26-08, 01:29
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,262
depends what you need the dictionary for
dictionaries are expensive to collate and compile, they are not, as far as Im aware free to download, and if they were I'd be suspicious of the content. there are sme cut down dictionaries available

THE definitive English dictionary is OED (Oxford English Dictionary), other countries such as the US have their own variants.

however it depends what you want to do, they may be other ways round the problem
if its 'just' to check speling you could use somethign like the official scrabble words list (SOWPODS IIRC), it list soem 267,000 words (some plurals, some alternative spellings and some variant/derivations of words).. so say some 150,000 odd words.. but no defintion of the word or guide on how to pronounce it, no synonyms etc......

of course there is google
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #3 (permalink)  
Old 12-26-08, 06:07
mike_bike_kite mike_bike_kite is offline
vaguely human
 
Join Date: Jun 2007
Location: London
Posts: 2,519
Quote:
Originally Posted by hafeelpn
i am in need of a programatically accessible database of english dictionary
Most Unix systems have a dictionary, often in the location /usr/dict/words. You could process each word and put it in a table of words.

Strangely you'll find that the more words your dictionary contains then the fewer bad spellings it will find as almost any combination of letters produces a real word in a sufficiently large dictionary - if you don't believe me then I'll just say 'Therf werre eyght bokes' and leave it at that.

I agree with healdem in saying that having the words in a database table is unlikely to be a good solution though. What is it you're trying to do? Most people have easy access to spelling tools already.
Quote:
Originally Posted by healdem
speling you could use somethign
Well most of us
Reply With Quote
  #4 (permalink)  
Old 12-26-08, 06:08
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,612
Would the Wordlist be sufficient?

-PatP
Reply With Quote
  #5 (permalink)  
Old 12-26-08, 09:31
hafeelpn hafeelpn is offline
Registered User
 
Join Date: Dec 2008
Posts: 3
Thanks for the post

The proposed program is for editing the contents of the dictionary
in which i want the full controll of the words and meaning which can be edited

Please help me
Reply With Quote
  #6 (permalink)  
Old 12-26-08, 10:03
hafeelpn hafeelpn is offline
Registered User
 
Join Date: Dec 2008
Posts: 3
Need Database of English Dictionary

Hi All

Please Help me i am in need of a programatically accessible database of english dictionary

can anyone help me db can irrespective of any platform

The proposed program is for editing the contents of the dictionary
in which i want the full controll of the words and meaning which can be edited

Please help me

Hafeel
Reply With Quote
  #7 (permalink)  
Old 12-26-08, 14:12
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,612
I'd just start with an empty shell then. If you start with any existing dictionary, you run into complicated IP (Intellectual Property) issues determining who owns the contents of the dictionary. If you start fresh with no content from anyone other than yourself, then you own the dictionary.

-PatP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On