vote up 1 vote down star

Is there any public API for latvian language thesaurus dictionary?

flag
Apparently, "too localized" is a criterion for closing. I don't know why that's so, or what exactly "too localized" means, but I'm guessing this is an example (and very rare example at that). – ChrisW May 22 at 19:36
? It wasn't helpful.. I'm curious - maybe there is a way to use MS Word Automation, because in MS WOrd there are multiple thesaurus dictionaries. Anyone have tried that? – janeks malinovskis May 22 at 19:44
I haven't tried that, but you could ask that as a new/separate question without mentioning a specific locale. – ChrisW May 22 at 19:58
While waiting for response I found to links how to get synonyms by using Word automation and how to grant launch COM object permissions for ASP.NET launcher user (for Web APP): tech-archive.net/Archive/Office/… groups.google.com.my/group/… – janeks malinovskis May 22 at 20:10
Another link for sample: codeproject.com/KB/COM/… But still there is open question - how to set-up options on Word objects, to get non default language synonyms (for Latvian language). – janeks malinovskis May 22 at 20:10

1 Answer

vote up 1 vote down

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.

link|flag
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 May 22 at 20:23
Wordnet includes synonyms. – Pete Kirkham May 22 at 20:38
? looks like I haven't such talent to find any API for latvian in globalwordnet web site .. :( – janeks malinovskis May 22 at 20:56
There's a listing of someone's email to get the data; the data is used with the wordnet engine. – Pete Kirkham May 24 at 9:51

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.