Hi,
I need a Java API that identify the grammatical terms in noun phrase (NP).
Eg: I see the words when you are talking.
See: Verb
Words: Noun
are: Verb
talk: Verb
Can I use the Lucene for that?
Thanks!
---
Mário André
Master's degree in MCC
Federal University of Ala
For Part-of-Speech (POS) identification you are better off looking at a took
like OpenNLP or NLTK.
2010/10/30 Mário André
>
> Hi,
> I need a Java API that identify the grammatical terms in noun phrase (NP).
> Eg: I see the words when you are talking.
> See: Verb
> Words: Noun
> are: Verb
> talk