Ask HN: Where can I find good language dictionary databases?
I'm working on a small webapp for learning languages (the spoken kind, not programming), and want to integrate a dictionary lookup. I would prefer something on the server to something that makes remote API calls. What are some good places to find language dictionaries?
The only one I found so far is this:
http://www.language-databases.com/
At 390 euro for a language pack (e.g. English <-> Spanish), or 49 euro/month, it's a bit expensive but not out of reach. The content seems pretty good but not outstanding.
Are there any good alternatives?
Edit: to clarify, I'm looking for bilingual dictionaries (e.g. look up a Spanish word and get meanings in English)
9 comments
[ 3.3 ms ] story [ 37.4 ms ] threadI'm pretty sure there are freely available mono-lingual dictionaries available for many languages but I don't know about bi/multi-lingual.
You could also check out the list of free dictionaries included with a translation app like Lingoes and see if the source data files are available: http://www.lingoes.net/en/dictionary/index.html
The Vicon series of dictionaries covers a lot of languages, but I have no idea where they come from. You may also need some logic on a per-language basis if you want to consider conjugation, plurals, etc., since these dictionary files don't list all alternative forms.
http://docs.wordnik.com/api
I'm actually also building a language webapp atm, but I'm lucky enough to have the excellent EDICT dataset from Jim Breen, which has already been linked here. If I were expand beyond Japanese, I'd definitely start out looking for other such datasets.
Good luck
You could try googling for that and the FreeDict dictionary databases.