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 <[email protected]> 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. > > >
