Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Lucene: General

Analyzing Noun's

 

 

Lucene general RSS feed   Index | Next | Previous | View Threaded


99harsha.h.n99 at gmail

Jun 30, 2009, 1:23 AM

Post #1 of 6 (539 views)
Permalink
Analyzing Noun's

Hi,
if i have a string like
str = "The quick brown fox jumped over the lazy dogs. Names Mark Woon, Otis
Gospodnetic."

How to analyze Nouns in the above string.

Sample Excepted output:
xxxxx NOUN startoffset = , endoffset= ,
--
View this message in context: http://www.nabble.com/Analyzing-Noun%27s-tp24268015p24268015.html
Sent from the Lucene - General mailing list archive at Nabble.com.


IraGoldstein at usa

Jun 30, 2009, 2:58 AM

Post #2 of 6 (499 views)
Permalink
Re: Analyzing Noun's [In reply to]

While the output isn't in the format specified, you may want to look
at the stanford tagger http://nlp.stanford.edu/software/tagger.shtml
and the Brill tagger
http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/areas/nlp/parsing/taggers/brill/0.html

Take care
-Ira

On 6/30/09, Harsha1 <99harsha.h.n99[at]gmail.com> wrote:
>
> Hi,
> if i have a string like
> str = "The quick brown fox jumped over the lazy dogs. Names Mark Woon, Otis
> Gospodnetic."
>
> How to analyze Nouns in the above string.
>
> Sample Excepted output:
> xxxxx NOUN startoffset = , endoffset= ,
> --
> View this message in context:
> http://www.nabble.com/Analyzing-Noun%27s-tp24268015p24268015.html
> Sent from the Lucene - General mailing list archive at Nabble.com.
>
>
>


gsingers at apache

Jun 30, 2009, 6:13 AM

Post #3 of 6 (497 views)
Permalink
Re: Analyzing Noun's [In reply to]

There's also OpenNLP: http://opennlp.sourceforge.net

-Grant

On Jun 30, 2009, at 5:58 AM, Ira Goldstein wrote:

> While the output isn't in the format specified, you may want to look
> at the stanford tagger http://nlp.stanford.edu/software/tagger.shtml
> and the Brill tagger
> http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/areas/nlp/parsing/taggers/brill/0.html
>
> Take care
> -Ira
>
> On 6/30/09, Harsha1 <99harsha.h.n99[at]gmail.com> wrote:
>>
>> Hi,
>> if i have a string like
>> str = "The quick brown fox jumped over the lazy dogs. Names Mark
>> Woon, Otis
>> Gospodnetic."
>>
>> How to analyze Nouns in the above string.
>>
>> Sample Excepted output:
>> xxxxx NOUN startoffset = , endoffset= ,
>> --
>> View this message in context:
>> http://www.nabble.com/Analyzing-Noun%27s-tp24268015p24268015.html
>> Sent from the Lucene - General mailing list archive at Nabble.com.
>>
>>
>>

--------------------------
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids)
using Solr/Lucene:
http://www.lucidimagination.com/search


ted.dunning at gmail

Jun 30, 2009, 2:04 PM

Post #4 of 6 (494 views)
Permalink
Re: Analyzing Noun's [In reply to]

And also GATE: http://gate.ac.uk/

On Tue, Jun 30, 2009 at 6:13 AM, Grant Ingersoll <gsingers[at]apache.org>wrote:

> There's also OpenNLP: http://opennlp.sourceforge.net
>
> -Grant
>
>
> On Jun 30, 2009, at 5:58 AM, Ira Goldstein wrote:
>
> While the output isn't in the format specified, you may want to look
>> at the stanford tagger http://nlp.stanford.edu/software/tagger.shtml
>> and the Brill tagger
>>
>> http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/areas/nlp/parsing/taggers/brill/0.html
>>
>> Take care
>> -Ira
>>
>> On 6/30/09, Harsha1 <99harsha.h.n99[at]gmail.com> wrote:
>>
>>>
>>> Hi,
>>> if i have a string like
>>> str = "The quick brown fox jumped over the lazy dogs. Names Mark Woon,
>>> Otis
>>> Gospodnetic."
>>>
>>> How to analyze Nouns in the above string.
>>>
>>> Sample Excepted output:
>>> xxxxx NOUN startoffset = , endoffset= ,
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Analyzing-Noun%27s-tp24268015p24268015.html
>>> Sent from the Lucene - General mailing list archive at Nabble.com.
>>>
>>>
>>>
>>>
> --------------------------
> Grant Ingersoll
> http://www.lucidimagination.com/
>
> Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using
> Solr/Lucene:
> http://www.lucidimagination.com/search
>
>


--
Ted Dunning, CTO
DeepDyve

111 West Evelyn Ave. Ste. 202
Sunnyvale, CA 94086
http://www.deepdyve.com
858-414-0013 (m)
408-773-0220 (fax)


jason.rutherglen at gmail

Jun 30, 2009, 2:54 PM

Post #5 of 6 (494 views)
Permalink
Re: Analyzing Noun's [In reply to]

Is there a wiki page in Mahout that discusses the different open source NLP
packages? I've seen Gate for example mentioned many times for (I believe)
fairly common recurring questions.

On Tue, Jun 30, 2009 at 2:04 PM, Ted Dunning <ted.dunning[at]gmail.com> wrote:

> And also GATE: http://gate.ac.uk/
>
> On Tue, Jun 30, 2009 at 6:13 AM, Grant Ingersoll <gsingers[at]apache.org
> >wrote:
>
> > There's also OpenNLP: http://opennlp.sourceforge.net
> >
> > -Grant
> >
> >
> > On Jun 30, 2009, at 5:58 AM, Ira Goldstein wrote:
> >
> > While the output isn't in the format specified, you may want to look
> >> at the stanford tagger http://nlp.stanford.edu/software/tagger.shtml
> >> and the Brill tagger
> >>
> >>
> http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/areas/nlp/parsing/taggers/brill/0.html
> >>
> >> Take care
> >> -Ira
> >>
> >> On 6/30/09, Harsha1 <99harsha.h.n99[at]gmail.com> wrote:
> >>
> >>>
> >>> Hi,
> >>> if i have a string like
> >>> str = "The quick brown fox jumped over the lazy dogs. Names Mark Woon,
> >>> Otis
> >>> Gospodnetic."
> >>>
> >>> How to analyze Nouns in the above string.
> >>>
> >>> Sample Excepted output:
> >>> xxxxx NOUN startoffset = , endoffset= ,
> >>> --
> >>> View this message in context:
> >>> http://www.nabble.com/Analyzing-Noun%27s-tp24268015p24268015.html
> >>> Sent from the Lucene - General mailing list archive at Nabble.com.
> >>>
> >>>
> >>>
> >>>
> > --------------------------
> > Grant Ingersoll
> > http://www.lucidimagination.com/
> >
> > Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using
> > Solr/Lucene:
> > http://www.lucidimagination.com/search
> >
> >
>
>
> --
> Ted Dunning, CTO
> DeepDyve
>
> 111 West Evelyn Ave. Ste. 202
> Sunnyvale, CA 94086
> http://www.deepdyve.com
> 858-414-0013 (m)
> 408-773-0220 (fax)
>


ted.dunning at gmail

Jun 30, 2009, 4:35 PM

Post #6 of 6 (496 views)
Permalink
Re: Analyzing Noun's [In reply to]

Not yet.

I suspect there is about to be one.

On Tue, Jun 30, 2009 at 2:54 PM, Jason Rutherglen <
jason.rutherglen[at]gmail.com> wrote:

> Is there a wiki page in Mahout that discusses the different open source NLP
> packages? I've seen Gate for example mentioned many times for (I believe)
> fairly common recurring questions.
>
>

Lucene general RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.