Synonym Search in Lucene..

2013-10-07 Thread VIGNESH S
Hi, How to implement synonym Search for All languages.. As far as i know,Wordnet has only English Support..Is there any other we can use to get support for all languages. -- Thanks and Regards Vignesh Srinivasan

Re: Synonym Search in Lucene..

2013-10-07 Thread Koji Sekiguchi
(13/10/07 18:33), VIGNESH S wrote: Hi, How to implement synonym Search for All languages.. As far as i know,Wordnet has only English Support..Is there any other we can use to get support for all languages. I think most people make synonym data manually... I've never explored Wordnet, but I t

Re: Synonym Search in Lucene..

2013-10-09 Thread VIGNESH S
Hi Koji, Thanks for your reply and guidance. I have read the Below Article and it is really helpful in getting the relevant synonyms. But How are you getting the synonym from Wikipedia..do wikipedia expose any API or is there any readymade dictionary file wikipedia is giving for all languages.

Re: Synonym Search in Lucene..

2013-10-09 Thread Koji Sekiguchi
Hi VIGNESH, The heart of my idea in the article is that if you have a dictionary (corpus) in Lucene index, my program can extract synonym data from the index. Wikipedia was a concrete example for the description I used. Please see the figure in the article for the system architecture. koji (13

Re: Synonym Search in Lucene..

2013-10-09 Thread VIGNESH S
Hi Koji, I got your Idea.Its awesome.. But my problem is Dictionary corpus itself..If I use Wordnet,it can create dictionary index for only English.. I need to create Dictionary Index for all languages.I want to know whether anything like wordnet which i can readily plugin in my application ..

Re: Synonym Search in Lucene..

2013-10-09 Thread Koji Sekiguchi
Hi Vignesh, I'm not sure it satisfies you, but there seems to be wordnet for global: http://globalwordnet.org/ koji (13/10/09 21:40), VIGNESH S wrote: Hi Koji, I got your Idea.Its awesome.. But my problem is Dictionary corpus itself..If I use Wordnet,it can create dictionary index for only