views:

173

answers:

1
+1  Q: 

Chinese thesaurus

Hi,

I'm working on a multilingual software where I need to show synonyms of Chinese text to the user. I couldn't find any API that could give synonyms of a given Chinese word. I tried MS-Office proofing tools but they do not support thesaurus for chinese, rather they provide grammar, translation etc.

Please suggest some API or workaround to show the synonyms for chinese words.

+1  A: 

I googled "同义词词典" and found one at http://www.eqie.com/sc/sc11.htm. I tried "高兴" which means happy and got 2 synonyms "兴奋,愉快". http://dic.eqie.com/sc/search11.asp?keyword=%B8%DF%D0%CB&submit=%B2%E9%D1%AF

boxoft
Thanks... But I need some API, webservice kind of think that I can use in back-end from my C#/C++ application.
Saubhagya