Re: Sentiment Analysis Parser updates

2016-07-06 Thread Mattmann, Chris A (3980)
Great work:!

++
Chris Mattmann, Ph.D.
Chief Architect
Instrument Software and Science Data Systems Section (398)
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 168-519, Mailstop: 168-527
Email: chris.a.mattm...@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++
Director, Information Retrieval and Data Science Group (IRDS)
Adjunct Associate Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
WWW: http://irds.usc.edu/
++










On 7/6/16, 2:06 PM, "Anastasija Mensikova"  
wrote:

>Hi everyone,
>
>Here are some updates on Sentiment Analysis Parser.
>
>As you might now, during the last week I created a pull request to OpenNLP,
>and I still have a few things to fix there, but the work is happening right
>now for it behind the scenes. I have also used Stanford Sentiment Treebank
>to create a new, categorical, labeled dataset to train on to have more than
>two categories (or Facebook similar categories) for sentiment analysis. Of
>course, this categorical sentiment analysis is not perfect yet, but it is
>up and working. I have also started working on our own SentimentEvaluator
>and SentimentCrossValidator, which will hopefully be done soon.
>My next goal is to, of course, finish the Evaluator and CrossValidator and
>use my new categorical output to create more D3 graphs on our GitHub page.
>
>Have a great day/night!
>
>Thank you,
>Anastasija.


Sentiment Analysis Parser updates

2016-07-06 Thread Anastasija Mensikova
Hi everyone,

Here are some updates on Sentiment Analysis Parser.

As you might now, during the last week I created a pull request to OpenNLP,
and I still have a few things to fix there, but the work is happening right
now for it behind the scenes. I have also used Stanford Sentiment Treebank
to create a new, categorical, labeled dataset to train on to have more than
two categories (or Facebook similar categories) for sentiment analysis. Of
course, this categorical sentiment analysis is not perfect yet, but it is
up and working. I have also started working on our own SentimentEvaluator
and SentimentCrossValidator, which will hopefully be done soon.
My next goal is to, of course, finish the Evaluator and CrossValidator and
use my new categorical output to create more D3 graphs on our GitHub page.

Have a great day/night!

Thank you,
Anastasija.


Re: Reg. MaxENT and GIS.

2016-07-06 Thread William Colen
I updated the link to

http://repository.upenn.edu/ircs_reports/60/

Thank you for reporting the broken link.

2016-07-05 9:20 GMT-03:00 Damiano Porta :

> Hi William,
> we need to update the link, it is pointing to a wrong page. It returns Not
> Found.
>
> 2016-07-05 13:19 GMT+02:00 William Colen :
>
> > It is not that easy. You could start from "Papers implemented by
> OpenNLP":
> >
> > https://cwiki.apache.org/confluence/display/OPENNLP/NLP+Papers
> >
> > I believe the most important regarding MAXENT is "Maximum entropy models
> > for natural language ambiguity resolution, by Adwait Ratnaparkhi"
> >
> >
> >
> > 2016-07-05 2:49 GMT-03:00 Rakesh P :
> >
> > > Dear All,
> > >  Could anyone explain the MAXENT and GIS algorithm in detail.
> > > Please.
> > >
> >
>


[GitHub] opennlp pull request #4: OPENNLP-856: Refactoring AdaptiveFeatureGenerator a...

2016-07-06 Thread jzonthemtn
GitHub user jzonthemtn opened a pull request:

https://github.com/apache/opennlp/pull/4

OPENNLP-856: Refactoring AdaptiveFeatureGenerator and 
FeatureGeneratorAdapter

Refactoring `AdaptiveFeatureGenerator` and `FeatureGeneratorAdapter` to 
only need one (`FeatureGeneratorAdapter`). Setting Java compiler version to 1.8 
to support the default functions in `AdaptiveFeatureGenerator` for backward 
compatibility.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jzonthemtn/opennlp OPENNLP-856

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/opennlp/pull/4.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #4


commit 54adcaa84546b3ab0cf00bf78b98ef5e59ea7a1e
Author: jzonthemtn 
Date:   2016-07-05T22:50:58Z

OPENNLP-856: Refactoring AdaptiveFeatureGenerator and 
FeatureGeneratorAdapter. Setting Java compiler version to 1.8.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---