You simply have to pipeline the Whitespace Tokenizer and the Tagger annotators in an Aggregate AE, you will get the POS tagging as a property of the TokenAnnotation and not as an Annotation itself.
Tommaso 2009/2/2 Anuj Kumar Gupta <[email protected]> > I am also trying with these two but not getting the result. > Please help me nore. > > On Mon, Feb 2, 2009 at 3:20 PM, Tommaso Teofili > <[email protected]>wrote: > > > I succeeded in POS tagging in UIMA via an aggregate AE of (in this order) > > Whitespace Tokenizer and (HMM) Tagger. > > > > Tommaso > > > > 2009/2/2 Anuj Kumar Gupta <[email protected]> > > > > > I have already checkout UIMA Sandbox annotators. > > > but I am not able to ru POS tagging. > > > > > > can you please let me nkow the process.?? > > > > > > On Mon, Feb 2, 2009 at 3:09 PM, Thilo Goetz <[email protected]> wrote: > > > > > > > Anuj Kumar Gupta wrote: > > > > > Thilo- > > > > > > > > > > I am working on a text Mining Project in which I need to create > some > > > > > component like Classifier, POS tagging , Co referencing, Sentiment > > > > Analysis, > > > > > Negation Handling, Aggregation Handling. > > > > [...] > > > > > > > > Yes, I think you have your hands full. That's > > > > a lot of work. I don't know what you need this > > > > for, but there are companies out there making > > > > money with that kind of analysis. > > > > > > > > You'll find POS tagging in the UIMA sandbox, > > > > and there are any number of open source classifiers > > > > out there. Coreference resolution and sentiment > > > > analysis is another matter. I don't know of any > > > > open source components for those, but maybe > > > > someone else does. > > > > > > > > --Thilo > > > > > > > > > > > > > >
