Re: Solr and NLP

2010-07-02 Thread Moazzam Khan
I read that article. However, the thing is I am trying to find an NLP application to interact with solr (or even by itself) to do context based searches. I think Solr has a wordnet filter which I haven't looked into but so far I haven't come across anything helpful in this regard (maybe because I

Re: Solr and NLP

2010-07-02 Thread Gregg Hoshovsky
I saw mention earlier about a way to link in openNLP into solr ( http://www.lucidimagination.com/Community/Hear-from-the-Experts/Articles/Optimizing-Findability-Lucene-and-Solr) .I haven't followed up on that yet so I don't know much about it. However if you do figure anything out please share

Re: Solr and NLP

2010-07-02 Thread Björn Wilmsmann
Hi, sure. It basically depends on what kind of NLP you're going to do. However, given it's solid tokenizers, management of large amounts of texts and similarity measures I'd say it's well-suited for natural language processing. On 2 July 2010 17:15, Moazzam Khan wrote: > Hi guys, > > Is there a

Solr and NLP

2010-07-02 Thread Moazzam Khan
Hi guys, Is there a way I can make Solr work with an NLP application? Are there any NLP applications that will work with Solr? Can someone please point me to a tutorial or something if it's possible. Thanks, Moazzam