Re: Text dependent analyzer

2015-04-20 Thread Shay Hummel
depends on the text it gets (OpenNlp uses the >> > model files to provide spans of each sentence and then break them). >> > Is there a way around it? >> > >> > Shay >> > >> > >> > On Wed, Apr 15, 2015 at 3:50 AM Ahmet Arslan > > >> >

Re: Text dependent analyzer

2015-04-17 Thread Rich Cariens
; > On Wed, Apr 15, 2015 at 3:50 AM Ahmet Arslan > > wrote: > > > >> Hi Hummel, > >> > >> You can perform sentence detection outside of the solr, using opennlp > for > >> instance, and then feed them to solr. > >> > >> > https://open

Re: Text dependent analyzer

2015-04-17 Thread Benson Margulies
te: > >> Hi Hummel, >> >> You can perform sentence detection outside of the solr, using opennlp for >> instance, and then feed them to solr. >> >> https://opennlp.apache.org/documentation/1.5.2-incubating/manual/opennlp.html#tools.sentdetect >> >> Ahmet &g

Re: Text dependent analyzer

2015-04-17 Thread Ahmet Arslan
t; > Ahmet > > > > > On Tuesday, April 14, 2015 8:12 PM, Shay Hummel > wrote: > Hi > I would like to create a text dependent analyzer. > That is, *given a string*, the analyzer will: > 1. Read the entire text and break it into sentences. > 2. Each sentence will

Re: Text dependent analyzer

2015-04-15 Thread Jack Krupansky
; > > Ahmet > > > > > > > > > > On Tuesday, April 14, 2015 8:12 PM, Shay Hummel > > wrote: > > Hi > > I would like to create a text dependent analyzer. > > That is, *given a string*, the analyzer will: > > 1. Read the entire text and

Re: Text dependent analyzer

2015-04-15 Thread Shay Hummel
of the solr, using opennlp for > instance, and then feed them to solr. > > https://opennlp.apache.org/documentation/1.5.2-incubating/manual/opennlp.html#tools.sentdetect > > Ahmet > > > > > On Tuesday, April 14, 2015 8:12 PM, Shay Hummel > wrote: > Hi > I

Re: Text dependent analyzer

2015-04-14 Thread Ahmet Arslan
like to create a text dependent analyzer. That is, *given a string*, the analyzer will: 1. Read the entire text and break it into sentences. 2. Each sentence will then be tokenized, possesive removal, lowercased, mark terms and stemmed. The second part is essentially what happens in english

Text dependent analyzer

2015-04-14 Thread Shay Hummel
Hi I would like to create a text dependent analyzer. That is, *given a string*, the analyzer will: 1. Read the entire text and break it into sentences. 2. Each sentence will then be tokenized, possesive removal, lowercased, mark terms and stemmed. The second part is essentially what happens in