Click here to Skip to main content
15,881,559 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want to create a English - English dictionary. Therefore i need a database, where can i find a database.
Posted
Updated 18-Apr-12 14:22pm
v4
Comments
Shahin Khorshidnia 18-Apr-12 20:21pm    
Is "finding a En - En" dictionary related to C#?

Please see the following references.
http://wordweb.info/[^]
There is a free version of WordWeb subject to licensing terms, as given in their website.
http://www.a-z-dictionaries.com/Open_Source_Dictionary_Downloads.html[^]
http://hunspell.sourceforge.net/[^]
They may be helpful.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 22-Apr-12 21:51pm    
The references could be very useful, especially the set of dictionaries; my 5.
However, I found that the database speed was not quite sufficient for my purpose of creating a dictionary application (however, it was several years ago, and my requirements were serious). So -- please see my answer.
--SA
VJ Reddy 22-Apr-12 22:42pm    
Thank you, SA.
Seen your answer.
Really excellent information and suggestions on the issue of dictionary at one place.
I have a really fast dictionary application (with nearly O(1) complexity of the search which means it does not depends on the size of the dictionary), so I found that database cannot provide satisfactory speed, but a file with thoroughly designed indexing can.

Please my past answers on the problem:
what is the best way to create a dictionary application[^],
Is there any English dictionary including pronunciations?[^],
Dictionary in android as app with eclipse[^].

I use this application by myself and I would not mind to share this code, but unfortunately it is far from being ready for that. I though that some ideas and some information on my experience could be useful for you.

—SA
 
Share this answer
 
v2
Comments
VJ Reddy 22-Apr-12 22:38pm    
Comprehensive answer. 5!
Sergey Alexandrovich Kryukov 22-Apr-12 23:02pm    
Well, not really comprehensive; and I'm not sure it is useful, but thank you.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900