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 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 to donate them to solr.
> 1. *WiseOwlStanford Filter* :It uses StanfordCoreNLP to tag named entities
> and it also normalises Dates during indexing or searching. DEmonstration
> screenshots are available on the github profile. But i don't know how to
> donate them.
> 
> If there is a way then please let me know. As it may be useful for anyone
> doing natural language processing.



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 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 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'll be a short discussion if the licensing is
> > > incompatible for instance ;).
> > >
> > > After that, be ready for some discussion back and forth, reviews and
> > > the like and we'll see where this goes.
> > >
> > > Best,
> > > Erick
> > >
> > > On Sun, Mar 5, 2017 at 4:40 AM, Avtar Singh Mehra  >
> > > wrote:
> > > > 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 to donate them to solr.
> > > > 1. *WiseOwlStanford Filter* :It uses StanfordCoreNLP to tag named
> > > entities
> > > > and it also normalises Dates during indexing or searching.
> > DEmonstration
> > > > screenshots are available on the github profile. But i don't know how
> > to
> > > > donate them.
> > > >
> > > > If there is a way then please let me know. As it may be useful for
> > anyone
> > > > doing natural language processing.
> > >
> >
>


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?
>
> Joel Bernstein
> http://joelsolr.blogspot.com/
>
> On Sun, Mar 5, 2017 at 12:14 PM, Erick Erickson 
> wrote:
>
> > 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'll be a short discussion if the licensing is
> > incompatible for instance ;).
> >
> > After that, be ready for some discussion back and forth, reviews and
> > the like and we'll see where this goes.
> >
> > Best,
> > Erick
> >
> > On Sun, Mar 5, 2017 at 4:40 AM, Avtar Singh Mehra 
> > wrote:
> > > 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 to donate them to solr.
> > > 1. *WiseOwlStanford Filter* :It uses StanfordCoreNLP to tag named
> > entities
> > > and it also normalises Dates during indexing or searching.
> DEmonstration
> > > screenshots are available on the github profile. But i don't know how
> to
> > > donate them.
> > >
> > > If there is a way then please let me know. As it may be useful for
> anyone
> > > doing natural language processing.
> >
>


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 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'll be a short discussion if the licensing is
> incompatible for instance ;).
>
> After that, be ready for some discussion back and forth, reviews and
> the like and we'll see where this goes.
>
> Best,
> Erick
>
> On Sun, Mar 5, 2017 at 4:40 AM, Avtar Singh Mehra 
> wrote:
> > 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 to donate them to solr.
> > 1. *WiseOwlStanford Filter* :It uses StanfordCoreNLP to tag named
> entities
> > and it also normalises Dates during indexing or searching. DEmonstration
> > screenshots are available on the github profile. But i don't know how to
> > donate them.
> >
> > If there is a way then please let me know. As it may be useful for anyone
> > doing natural language processing.
>


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'll be a short discussion if the licensing is
incompatible for instance ;).

After that, be ready for some discussion back and forth, reviews and
the like and we'll see where this goes.

Best,
Erick

On Sun, Mar 5, 2017 at 4:40 AM, Avtar Singh Mehra  wrote:
> 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 to donate them to solr.
> 1. *WiseOwlStanford Filter* :It uses StanfordCoreNLP to tag named entities
> and it also normalises Dates during indexing or searching. DEmonstration
> screenshots are available on the github profile. But i don't know how to
> donate them.
>
> If there is a way then please let me know. As it may be useful for anyone
> doing natural language processing.