Contributing guidance and Short Self Intro [GSoC 2017]

2017-01-24 Thread ABHISHEK MAITI
Hi!
I am a computer science graduate and an open source enthusiast from IIIT,
Delhi, India. I am proficient in Java8 and Python3. I am very interested in
this project as machine learning and deep learning algorithms interest me
very much. I have previous experience with open source organisation and
know to some extent the practices involved. I have previously contributed
to Teammates (An open source feedback system for students) built on Java 1.7

Where could I find the current developments of the project apart from the
JIRA issue tracker? I am currently going through that and the
documentation. And is there any development environment that I require to
set up before contributing? I want to be up to speed with the recent
developments. Also, I wish and am very excited to take up a project under
this for the Google Summer Of Code 2017.

Any lack of knowledge will be well compensated by lots of google searches.
*Abhishek Maiti*
*B.Tech (Computer Science And Engineering)*
Indraprastha Institute Of Information Technology
New Delhi, India
+918447549121


[GitHub] opennlp pull request #87: OPENNLP-958: [WIP] improved NameFinder resource ma...

2017-01-24 Thread wcolen
GitHub user wcolen opened a pull request:

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

OPENNLP-958: [WIP] improved NameFinder resource manager

The prevous version was not handling errors properly. Also, it could only 
load dictionaries. Now it can load resources based on its extension.

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

$ git pull https://github.com/wcolen/opennlp 958

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

https://github.com/apache/opennlp/pull/87.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 #87


commit 2b13daa4673b558e40f892b4172413d1e5f1cab1
Author: William D C M SILVA 
Date:   2017-01-25T01:23:20Z

OPENNLP-958: improved NameFinder resource manager

The privous version was not handling errors properly. Also, it could only 
load dictionaries. Now it can load resources based on its extension.




---
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.
---


Re: [VOTE] Apache OpenNLP 1.7.1 Release Candidate 1

2017-01-24 Thread Jason Baldridge
Hey all,

Just wanted to say that even though I'm not able to contribute at this
time, it's great to see all the activity! Gann Bierner also saw the recent
release and was super happy to see it.

BTW, for a tutorial I did last year, I tried out SpaCy and was really
impressed with the thought that went into it, and how much could be done
really easily out of the box. If you haven't look at it, check it out, and
maybe think about design ideas that could be pulled into OpenNLP:

https://spacy.io/

To get a flavor of some things you can do out of the box with SpaCy, have a
look at this Jupyter notebook I put together:

https://github.com/utcompling/sastut/blob/master/sas2016_spacy_demo.ipynb

Keep up the good work!

-Jason

On Mon, 23 Jan 2017 at 23:11 Mattmann, Chris A (3010) <
chris.a.mattm...@jpl.nasa.gov> wrote:

> Thank you and great work!
>
> ++
> Chris Mattmann, Ph.D.
> Principal Data Scientist, Engineering Administrative Office (3010)
> Manager, Open Source Projects Formulation and Development Office (8212)
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 180-503E, Mailstop: 180-503
> 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 1/23/17, 3:01 PM, "Suneel Marthi"  wrote:
>
> Thanks all for voting, its past 72 hrs and below are the vote results:
>
> 5 +1 binding - Joern, Rodrigo, William, Tommaso, Suneel
> 2 +1 non-binding - Richard, Jeffrey
>
> This VOTE is now closed and the OpenNLP 1.7.1 release passes.
>
> On Mon, Jan 23, 2017 at 10:02 AM, Rodrigo Agerri 
> wrote:
>
> > +1 to release
> >
> > nice
> >
> > R
> >
> > On Mon, Jan 23, 2017 at 9:33 AM, Joern Kottmann 
> > wrote:
> >
> > > +1 binding
> > >
> > > Jörn
> > >
> > > On Jan 21, 2017 12:18 AM, "Suneel Marthi" 
> wrote:
> > >
> > > The Apache OpenNLP PMC would like to call for a Vote on Apache
> OpenNLP
> > > 1.7.1 Release Candidate.
> > >
> > > The Release artifacts can be downloaded from:
> > > https://repository.apache.org/content/repositories/
> > > orgapacheopennlp-1008/org/apache/opennlp/opennlp-distr/1.7.1/
> > >
> > > The release was made from the Apache OpenNLP 1.7.1 tag at
> > > https://github.com/apache/opennlp/tree/opennlp-1.7.1
> > >
> > > To use it in a maven build set the version for opennlp-tools or
> > > opennlp-uima to 1.7.1
> > > and add the following URL to your settings.xml file:
> > >
> https://repository.apache.org/content/repositories/orgapacheopennlp-1008
> > >
> > > The artifacts have been signed with the Key - D3541808 found at
> > > http://people.apache.org/keys/group/opennlp.asc
> > >
> > > Please vote on releasing these packages as Apache OpenNLP 1.7.1.
> The vote
> > > is
> > > open for either the next 72 hours or a minimum of 3 +1 PMC binding
> votes.
> > >
> > > Only votes from OpenNLP PMC are binding, but folks are welcome to
> check
> > the
> > > release candidate and voice their approval or disapproval. The vote
> > passes
> > > if at least three binding +1 votes are cast.
> > >
> > > [ ] +1 Release the packages as Apache OpenNLP 1.7.1
> > > [ ] -1 Do not release the packages because...
> > > [ ]  0 I Care Less/I Don't Care
> > >
> > > Thanks again to all the committers and contributors for their work
> over
> > the
> > > past few weeks.
> > >
> > > Suneel Marthi
> > >
> >
>
>
>


[GitHub] opennlp pull request #86: New SentimentAnalysisParser

2017-01-24 Thread amensiko
GitHub user amensiko opened a pull request:

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

New SentimentAnalysisParser

An updated version of the Sentiment Analysis Parser

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

$ git pull https://github.com/amensiko/opennlp OPENNLP-855-N2

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

https://github.com/apache/opennlp/pull/86.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 #86


commit 9a0d208129c66ce13e90edb9765e3ba3684d7b80
Author: amensiko 
Date:   2017-01-10T20:09:51Z

New SentimentAnalysisParser




---
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.
---


[GitHub] opennlp pull request #84: OPENNLP-955: Fixes docbegin feature generator

2017-01-24 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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.
---


[GitHub] opennlp pull request #85: OPENNLP-951: Add a central RAT-exclude file

2017-01-24 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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.
---


RE: [GitHub] opennlp pull request #83: OPENNLP-952: Unify headers and enforce with checks...

2017-01-24 Thread eldad87
unsubscribe


Sent from my Samsung Galaxy smartphone.
 Original message From: asfgit  Date: 
1/24/17  11:05  (GMT+02:00) To: dev@opennlp.apache.org Subject: [GitHub] 
opennlp pull request #83: OPENNLP-952: Unify headers and enforce with checks... 
Github user asfgit closed the pull request at:

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


---
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.
---


[GitHub] opennlp pull request #83: OPENNLP-952: Unify headers and enforce with checks...

2017-01-24 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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.
---


[GitHub] opennlp pull request #82: OPENNLP-953: Remove deprecated model readers and w...

2017-01-24 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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.
---


[GitHub] opennlp pull request #81: OPENNLP-954 Fix the maxent qn results

2017-01-24 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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.
---


[GitHub] opennlp pull request #63: OPENNLP-939: Add format support for moses

2017-01-24 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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.
---