Re: I want to contribute custom made NLP based solr filters but dont know how.

2017-03-07 Thread Erik Hatcher
Nice use of the VelocityResponseWriter :) (and looks like, at quick glance, several other goodies under there too) Erik > On Mar 5, 2017, at 7:40 AM, Avtar Singh Mehra wrote: > > Hello everyone, > I have developed project called WiseOwl which is basically a fact based > question answ

Re: I want to contribute custom made NLP based solr filters but dont know how.

2017-03-07 Thread Joel Bernstein
Yes, I think Apache OpenNLP should be fine. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Mar 7, 2017 at 8:09 AM, Avtar Singh Mehra wrote: > Well i have created some filters using Apache OpenNLP. Will it work? > > On 6 March 2017 at 00:30, Joel Bernstein wrote: > > > I believe StanfordC

Re: I want to contribute custom made NLP based solr filters but dont know how.

2017-03-07 Thread Avtar Singh Mehra
Well i have created some filters using Apache OpenNLP. Will it work? On 6 March 2017 at 00:30, Joel Bernstein wrote: > I believe StanfordCore is licensed under the GPL which means it will be > incompatible with the Apache License. Would it be possible to port to a > different NLP library? > > Jo

Re: I want to contribute custom made NLP based solr filters but dont know how.

2017-03-05 Thread Joel Bernstein
I believe StanfordCore is licensed under the GPL which means it will be incompatible with the Apache License. Would it be possible to port to a different NLP library? Joel Bernstein http://joelsolr.blogspot.com/ On Sun, Mar 5, 2017 at 12:14 PM, Erick Erickson wrote: > Well, you've taken the fir

Re: I want to contribute custom made NLP based solr filters but dont know how.

2017-03-05 Thread Erick Erickson
Well, you've taken the first step ;). Start by going here: https://issues.apache.org/jira/browse/SOLR/ and creating a logon and a JIRA. NOTE: Before you go to the trouble of creating a patch, it's perfectly OK to do a high-level overview of the approach you used and see what the feedback is. It'l

I want to contribute custom made NLP based solr filters but dont know how.

2017-03-05 Thread Avtar Singh Mehra
Hello everyone, I have developed project called WiseOwl which is basically a fact based question answering system which can be accessed at : https://github.com/asmehra95/wiseowl In the process of making the project work i have developed pluggable solr filters optimised for solr 6.3.0. I would like