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.

Classifier à Classify the Input data as per some given words.
POS tagging à Add POS Tagging on that Data.
Co referencing à suppose there is a sentence like   "Arnold is a good
person. He is a Actor."  So in the 2nd sentence he would be co reff to
Arnold.
Sentiment Analysis à there would be some given list of words and also some
points for these words like 'good .5, bad .3 , ass .6'
So in Sentiment Analysis is would be find out is there any words matching
with those list or not.
And according to them show results. And score of the sentence. Like doe
above sentence .5

Negation Handling à "Arnold is a not good person. He is a Actor." Then score
would be -.5

Aggregation Handling à Show the Aggregation Score.

Something like this.

I want to use UIMA and GATE for this Project. And I am in very initial
state.
So please help me as much as Possible.

If any one has something similar to these component please share with me.

Thanks
Anuj.

On Mon, Feb 2, 2009 at 2:51 PM, Thilo Goetz <[email protected]> wrote:

> Anuj Kumar Gupta wrote:
> > How can we pass multiple docs as an input in UIMA?
>
> Anuj, I think you would really benefit from working
> through some of the UIMA documentation.  Take a week
> or so, it'll be worth it in the end.
>
> I believe the question you really want to ask is:
> how can I create and drive a UIMA app programmatically?
> That's described here:  http://tinyurl.com/aysawn
> If that was not your question, you may want to give
> more details.
>
> --Thilo
>
>
>

Reply via email to