Is there any public API for latvian language thesaurus dictionary?
+1
A:
The three obvious places to look for open dictionaries:
There's a Latvian dictionary on open office and the code to use it is public.
There's a Latvian dictionary on mozilla with a JavaScript API.
There's a Latvian wordnet listed as inactive at globalwordnet.org ; there are many programming language and web APIs to query wordnet data.
Pete Kirkham
2009-05-22 20:06:08
That's nice, but it is not the same as to get a list of synonyms for the specified word :( Spellchecker is also available by using some of the SharePoint dll's (if I remember right).
janeks malinovskis
2009-05-22 20:23:56
Wordnet includes synonyms.
Pete Kirkham
2009-05-22 20:38:43
? looks like I haven't such talent to find any API for latvian in globalwordnet web site .. :(
janeks malinovskis
2009-05-22 20:56:48
There's a listing of someone's email to get the data; the data is used with the wordnet engine.
Pete Kirkham
2009-05-24 09:51:20