[GitHub] opennlp-site pull request #10: Avoid using a HTTP CDN to download FontAwesom...

2017-05-18 Thread kinow
GitHub user kinow opened a pull request:

https://github.com/apache/opennlp-site/pull/10

Avoid using a HTTP CDN to download FontAwesome, use it from the server 
instead

This pull request addresses error messages found in the console when 
browsing https://opennlp.apache.org.

It seems JBake template includes asciidoctor, which by its turn imports the 
FontAwesome CSS from CloudFlare's CDN network using HTTP [1]

The fix proposed here is to include FontAwesome directly instead. So 
everything will be served by ASF servers.

[1] https://github.com/jbake-org/jbake-example-project-jade/pull/2

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

$ git pull https://github.com/kinow/opennlp-site use-font-awesome-offline

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

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


commit d9798cccd9b4bc74783e633e4bbf4d85f26a1450
Author: Bruno P. Kinoshita 
Date:   2017-05-18T06:45:00Z

Avoid using a HTTP CDN to download FontAwesome, use it from the server 
instead




---
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.8.0 Release Candidate 3

2017-05-18 Thread Rodrigo Agerri
+1 binding

R

On Wed, May 17, 2017 at 11:50 PM, Suneel Marthi  wrote:

> +1 binding
>
>
>
> On Wed, May 17, 2017 at 5:48 PM, Joern Kottmann 
> wrote:
>
> > The Apache OpenNLP PMC would like to call for a Vote on Apache OpenNLP
> > 1.8.0 Release Candidate 3.
> >
> > The RC 3 distributables can be downloaded from here:
> > https://repository.apache.org/content/repositories/orgapacheopennlp-101
> > 3/org/apache/opennlp/opennlp-distr/1.8.0/
> >
> > The release was made from the Apache OpenNLP 1.8.0 tag at
> > https://github.com/apache/opennlp/tree/opennlp-1.8.0
> >
> > To use it in a maven build set the version for opennlp-tools or
> > opennlp-uima to 1.8.0 and add the following URL to your settings.xml
> > file:
> > https://repository.apache.org/content/repositories/orgapacheopennlp-101
> > 3
> >
> > The release was made using the OpenNLP release process, documented on
> > the Wiki here:
> > https://cwiki.apache.org/confluence/display/OPENNLP/Release+Process
> >
> > The release contains quite some changes, please refer to the contained
> > issue list for details.
> >
> > Please vote on releasing these packages as Apache OpenNLP 1.8.0. The
> > vote is open for at least the next 72 hours.
> >
> > 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.8.0
> > [ ] -1 Do not release the packages because...
> >
> >
> > Thanks!
> >
> > Jörn
> >
> > P.S. Here is my +1.
> >
>


[GitHub] opennlp-site issue #4: Adds News page.

2017-05-18 Thread kinow
Github user kinow commented on the issue:

https://github.com/apache/opennlp-site/pull/4
  
@jzonthemtn this has been merged, but the ASF bot - for some reason - is 
not closing pull requests merged (even with the "This closes #1234" commit 
message). Could you close it, please?


---
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-site pull request #9: Fix RSS feed title, description, and link

2017-05-18 Thread kinow
Github user kinow closed the pull request at:

https://github.com/apache/opennlp-site/pull/9


---
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-site issue #9: Fix RSS feed title, description, and link

2017-05-18 Thread kinow
Github user kinow commented on the issue:

https://github.com/apache/opennlp-site/pull/9
  
Merged in master.


---
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-site pull request #11: OPENNLP-1045: Git documentation for developer...

2017-05-18 Thread kinow
GitHub user kinow opened a pull request:

https://github.com/apache/opennlp-site/pull/11

OPENNLP-1045: Git documentation for developers

Add documentation for development with Git (at ASF, GitHub, etc) for 
OpenNLP.

Inspired mainly at the Cordova docs [1]. Did not include `--squash` option, 
which the Mahout docs mention [2] as I never used it :-)

Feel free to submit suggestions or update the pull request if you have 
access to.

Cheers
Bruno

[1] 
https://github.com/apache/cordova-coho/blob/master/docs/processing-pull-requests.md
[2] https://mahout.apache.org/developers/github.html

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

$ git pull https://github.com/kinow/opennlp-site OPENNLP-1045-1

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

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






---
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: CoReference

2017-05-18 Thread Damiano Porta
Hi, thanks but I need to link entities to each others . I do not need to
link entities to external resources.

Damiano

Il 18 mag 2017 13:12, "Bruno P. Kinoshita"
 ha scritto:

> Few days ago went to look at an old issue to see if I could perhaps write
> some docs for it, but I think the coref module is not in the sandbox.
>
>
> Here's the issue in question https://issues.apache.org/
> jira/browse/OPENNLP-48 and here's where I believe the code is now located
> https://svn.apache.org/repos/asf/opennlp/sandbox/opennlp-coref/
>
> Not sure if there was any other work not mentioned in that issue.
>
> Hope that helps
> Bruno
> 
> From: Damiano Porta 
> To: dev@opennlp.apache.org
> Sent: Thursday, 18 May 2017 10:54 PM
> Subject: CoReference
>
>
>
> Hello everybody,
>
> i need a coreference solution to link my entities (DATE, PERSON, ORG). Can
>
> someone show me the way to start working on that?
>
>
> Thank you so much.
>
> Damiano
>


CoReference

2017-05-18 Thread Damiano Porta
Hello everybody,
i need a coreference solution to link my entities (DATE, PERSON, ORG). Can
someone show me the way to start working on that?

Thank you so much.
Damiano


Re: CoReference

2017-05-18 Thread Bruno P. Kinoshita
Few days ago went to look at an old issue to see if I could perhaps write some 
docs for it, but I think the coref module is not in the sandbox.


Here's the issue in question https://issues.apache.org/jira/browse/OPENNLP-48 
and here's where I believe the code is now located 
https://svn.apache.org/repos/asf/opennlp/sandbox/opennlp-coref/

Not sure if there was any other work not mentioned in that issue.

Hope that helps
Bruno

From: Damiano Porta 
To: dev@opennlp.apache.org 
Sent: Thursday, 18 May 2017 10:54 PM
Subject: CoReference



Hello everybody,

i need a coreference solution to link my entities (DATE, PERSON, ORG). Can

someone show me the way to start working on that?


Thank you so much.

Damiano


Re: [VOTE] Apache OpenNLP 1.8.0 Release Candidate 3

2017-05-18 Thread Bruno P. Kinoshita

[ X ] +1 Release the packages as Apache OpenNLP 1.8.0

Not binding

Side note: would be nice later to start fixing some issues found via FindBugs. 
Running `mvn clean findbugs:findbugs findbugs:gui` shows several errors, some 
seem important, like using equals() for array objects (which will always be 
false).

See

https://github.com/apache/opennlp/blob/73c8e5b9d8e055fefb53f7f3c2487d05c9788c6a/opennlp-tools/src/main/java/opennlp/tools/util/TokenTag.java#L85

And 


https://github.com/apache/opennlp/blob/73c8e5b9d8e055fefb53f7f3c2487d05c9788c6a/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/POSTaggerNameFeatureGenerator.java#L59
Plus other NullPointerException's that can be prevented, and other minor 
issues. Not blockers for the release though, IMO.

Cheers
Bruno



From: Joern Kottmann 
To: dev@opennlp.apache.org 
Sent: Thursday, 18 May 2017 9:49 AM
Subject: [VOTE] Apache OpenNLP 1.8.0 Release Candidate 3



The Apache OpenNLP PMC would like to call for a Vote on Apache OpenNLP

1.8.0 Release Candidate 3. 


The RC 3 distributables can be downloaded from here:

https://repository.apache.org/content/repositories/orgapacheopennlp-101

3/org/apache/opennlp/opennlp-distr/1.8.0/


The release was made from the Apache OpenNLP 1.8.0 tag at

https://github.com/apache/opennlp/tree/opennlp-1.8.0

 

To use it in a maven build set the version for opennlp-tools or

opennlp-uima to 1.8.0 and add the following URL to your settings.xml

file:

https://repository.apache.org/content/repositories/orgapacheopennlp-101

3

 

The release was made using the OpenNLP release process, documented on

the Wiki here:

https://cwiki.apache.org/confluence/display/OPENNLP/Release+Process

 

The release contains quite some changes, please refer to the contained

issue list for details.

 

Please vote on releasing these packages as Apache OpenNLP 1.8.0. The

vote is open for at least the next 72 hours.

 

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

[ ] -1 Do not release the packages because...

 

 

Thanks!


Jörn


P.S. Here is my +1.


Re: [VOTE] Apache OpenNLP 1.8.0 Release Candidate 3

2017-05-18 Thread Jeff Zemerick
+1 non-binding

Built and tested a token name finder model on Ubuntu 16.04 and Amazon
Linux 2017.03.0
with OpenJDK8.


On Thu, May 18, 2017 at 11:17 AM, Joern Kottmann  wrote:

> @Richard, it would be nice if you could vote as well so we know that what
> we have now in RC 3 works for you.
>
> Jörn
>
> On Thu, May 18, 2017 at 4:56 PM, William Colen 
> wrote:
>
> > +1 (binding)
> >
> > Successfully executed complete evaluation tests in source deliverable.
> > Tried it with DKPro and after updating the Lemmatizer and Chunker usage
> > there was two test failures that we could trace back to issues fixed in
> > OPENNLP-125 and OPENNLP-989 that would affect evaluation results.
> >
> >
> >
> > 2017-05-18 10:08 GMT-03:00 Tommaso Teofili :
> >
> > > +1 (binding)
> > >
> > > Regards,
> > > Tommaso
> > >
> > > p.s.:
> > >
> > > +1 also to Bruno's side comments
> > >
> > > Il giorno gio 18 mag 2017 alle ore 12:43 Bruno P. Kinoshita
> > >  ha scritto:
> > >
> > > >
> > > > [ X ] +1 Release the packages as Apache OpenNLP 1.8.0
> > > >
> > > > Not binding
> > > >
> > > > Side note: would be nice later to start fixing some issues found via
> > > > FindBugs. Running `mvn clean findbugs:findbugs findbugs:gui` shows
> > > several
> > > > errors, some seem important, like using equals() for array objects
> > (which
> > > > will always be false).
> > > >
> > > > See
> > > >
> > > >
> > > > https://github.com/apache/opennlp/blob/
> 73c8e5b9d8e055fefb53f7f3c2487d
> > > 05c9788c6a/opennlp-tools/src/main/java/opennlp/tools/util/
> > > TokenTag.java#L85
> > > >
> > > > And
> > > >
> > > >
> > > >
> > > > https://github.com/apache/opennlp/blob/
> 73c8e5b9d8e055fefb53f7f3c2487d
> > > 05c9788c6a/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/
> > > POSTaggerNameFeatureGenerator.java#L59
> > > > Plus other NullPointerException's that can be prevented, and other
> > minor
> > > > issues. Not blockers for the release though, IMO.
> > > >
> > > > Cheers
> > > > Bruno
> > > >
> > > >
> > > > 
> > > > From: Joern Kottmann 
> > > > To: dev@opennlp.apache.org
> > > > Sent: Thursday, 18 May 2017 9:49 AM
> > > > Subject: [VOTE] Apache OpenNLP 1.8.0 Release Candidate 3
> > > >
> > > >
> > > >
> > > > The Apache OpenNLP PMC would like to call for a Vote on Apache
> OpenNLP
> > > >
> > > > 1.8.0 Release Candidate 3.
> > > >
> > > >
> > > > The RC 3 distributables can be downloaded from here:
> > > >
> > > > https://repository.apache.org/content/repositories/
> > orgapacheopennlp-101
> > > >
> > > > 3/org/apache/opennlp/opennlp-distr/1.8.0/
> > > >
> > > >
> > > > The release was made from the Apache OpenNLP 1.8.0 tag at
> > > >
> > > > https://github.com/apache/opennlp/tree/opennlp-1.8.0
> > > >
> > > >
> > > >
> > > > To use it in a maven build set the version for opennlp-tools or
> > > >
> > > > opennlp-uima to 1.8.0 and add the following URL to your settings.xml
> > > >
> > > > file:
> > > >
> > > > https://repository.apache.org/content/repositories/
> > orgapacheopennlp-101
> > > >
> > > > 3
> > > >
> > > >
> > > >
> > > > The release was made using the OpenNLP release process, documented on
> > > >
> > > > the Wiki here:
> > > >
> > > > https://cwiki.apache.org/confluence/display/OPENNLP/Release+Process
> > > >
> > > >
> > > >
> > > > The release contains quite some changes, please refer to the
> contained
> > > >
> > > > issue list for details.
> > > >
> > > >
> > > >
> > > > Please vote on releasing these packages as Apache OpenNLP 1.8.0. The
> > > >
> > > > vote is open for at least the next 72 hours.
> > > >
> > > >
> > > >
> > > > 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.8.0
> > > >
> > > > [ ] -1 Do not release the packages because...
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Thanks!
> > > >
> > > >
> > > > Jörn
> > > >
> > > >
> > > > P.S. Here is my +1.
> > > >
> > >
> >
>


Re: [VOTE] Apache OpenNLP 1.8.0 Release Candidate 3

2017-05-18 Thread William Colen
+1 (binding)

Successfully executed complete evaluation tests in source deliverable.
Tried it with DKPro and after updating the Lemmatizer and Chunker usage
there was two test failures that we could trace back to issues fixed in
OPENNLP-125 and OPENNLP-989 that would affect evaluation results.



2017-05-18 10:08 GMT-03:00 Tommaso Teofili :

> +1 (binding)
>
> Regards,
> Tommaso
>
> p.s.:
>
> +1 also to Bruno's side comments
>
> Il giorno gio 18 mag 2017 alle ore 12:43 Bruno P. Kinoshita
>  ha scritto:
>
> >
> > [ X ] +1 Release the packages as Apache OpenNLP 1.8.0
> >
> > Not binding
> >
> > Side note: would be nice later to start fixing some issues found via
> > FindBugs. Running `mvn clean findbugs:findbugs findbugs:gui` shows
> several
> > errors, some seem important, like using equals() for array objects (which
> > will always be false).
> >
> > See
> >
> >
> > https://github.com/apache/opennlp/blob/73c8e5b9d8e055fefb53f7f3c2487d
> 05c9788c6a/opennlp-tools/src/main/java/opennlp/tools/util/
> TokenTag.java#L85
> >
> > And
> >
> >
> >
> > https://github.com/apache/opennlp/blob/73c8e5b9d8e055fefb53f7f3c2487d
> 05c9788c6a/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/
> POSTaggerNameFeatureGenerator.java#L59
> > Plus other NullPointerException's that can be prevented, and other minor
> > issues. Not blockers for the release though, IMO.
> >
> > Cheers
> > Bruno
> >
> >
> > 
> > From: Joern Kottmann 
> > To: dev@opennlp.apache.org
> > Sent: Thursday, 18 May 2017 9:49 AM
> > Subject: [VOTE] Apache OpenNLP 1.8.0 Release Candidate 3
> >
> >
> >
> > The Apache OpenNLP PMC would like to call for a Vote on Apache OpenNLP
> >
> > 1.8.0 Release Candidate 3.
> >
> >
> > The RC 3 distributables can be downloaded from here:
> >
> > https://repository.apache.org/content/repositories/orgapacheopennlp-101
> >
> > 3/org/apache/opennlp/opennlp-distr/1.8.0/
> >
> >
> > The release was made from the Apache OpenNLP 1.8.0 tag at
> >
> > https://github.com/apache/opennlp/tree/opennlp-1.8.0
> >
> >
> >
> > To use it in a maven build set the version for opennlp-tools or
> >
> > opennlp-uima to 1.8.0 and add the following URL to your settings.xml
> >
> > file:
> >
> > https://repository.apache.org/content/repositories/orgapacheopennlp-101
> >
> > 3
> >
> >
> >
> > The release was made using the OpenNLP release process, documented on
> >
> > the Wiki here:
> >
> > https://cwiki.apache.org/confluence/display/OPENNLP/Release+Process
> >
> >
> >
> > The release contains quite some changes, please refer to the contained
> >
> > issue list for details.
> >
> >
> >
> > Please vote on releasing these packages as Apache OpenNLP 1.8.0. The
> >
> > vote is open for at least the next 72 hours.
> >
> >
> >
> > 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.8.0
> >
> > [ ] -1 Do not release the packages because...
> >
> >
> >
> >
> >
> > Thanks!
> >
> >
> > Jörn
> >
> >
> > P.S. Here is my +1.
> >
>


Re: CoReference

2017-05-18 Thread Joern Kottmann
That part is not maintained currently, if you would like to work on it you
are more than welcome to get this back into opennlp-tools.

Jörn

On Thu, May 18, 2017 at 4:37 PM, Damiano Porta 
wrote:

> Do you also have an example? :)
>
> Il 18 mag 2017 16:35, "Damiano Porta"  ha scritto:
>
> > Oh my wrong. Pardon.
> > Do we have accuracy statistics?
> >
> > Il 18 mag 2017 14:59, "Joern Kottmann"  ha scritto:
> >
> >> This is for linking entities in one document, e.g. first name mention
> to a
> >> full name mention, or to he, she, it.
> >>
> >> Jörn
> >>
> >> On Thu, May 18, 2017 at 1:27 PM, Damiano Porta 
> >> wrote:
> >>
> >> > Hi, thanks but I need to link entities to each others . I do not need
> to
> >> > link entities to external resources.
> >> >
> >> > Damiano
> >> >
> >> > Il 18 mag 2017 13:12, "Bruno P. Kinoshita"
> >> >  ha scritto:
> >> >
> >> > > Few days ago went to look at an old issue to see if I could perhaps
> >> write
> >> > > some docs for it, but I think the coref module is not in the
> sandbox.
> >> > >
> >> > >
> >> > > Here's the issue in question https://issues.apache.org/
> >> > > jira/browse/OPENNLP-48 and here's where I believe the code is now
> >> located
> >> > > https://svn.apache.org/repos/asf/opennlp/sandbox/opennlp-coref/
> >> > >
> >> > > Not sure if there was any other work not mentioned in that issue.
> >> > >
> >> > > Hope that helps
> >> > > Bruno
> >> > > 
> >> > > From: Damiano Porta 
> >> > > To: dev@opennlp.apache.org
> >> > > Sent: Thursday, 18 May 2017 10:54 PM
> >> > > Subject: CoReference
> >> > >
> >> > >
> >> > >
> >> > > Hello everybody,
> >> > >
> >> > > i need a coreference solution to link my entities (DATE, PERSON,
> ORG).
> >> > Can
> >> > >
> >> > > someone show me the way to start working on that?
> >> > >
> >> > >
> >> > > Thank you so much.
> >> > >
> >> > > Damiano
> >> > >
> >> >
> >>
> >
>


Re: CoReference

2017-05-18 Thread Joern Kottmann
This is for linking entities in one document, e.g. first name mention to a
full name mention, or to he, she, it.

Jörn

On Thu, May 18, 2017 at 1:27 PM, Damiano Porta 
wrote:

> Hi, thanks but I need to link entities to each others . I do not need to
> link entities to external resources.
>
> Damiano
>
> Il 18 mag 2017 13:12, "Bruno P. Kinoshita"
>  ha scritto:
>
> > Few days ago went to look at an old issue to see if I could perhaps write
> > some docs for it, but I think the coref module is not in the sandbox.
> >
> >
> > Here's the issue in question https://issues.apache.org/
> > jira/browse/OPENNLP-48 and here's where I believe the code is now located
> > https://svn.apache.org/repos/asf/opennlp/sandbox/opennlp-coref/
> >
> > Not sure if there was any other work not mentioned in that issue.
> >
> > Hope that helps
> > Bruno
> > 
> > From: Damiano Porta 
> > To: dev@opennlp.apache.org
> > Sent: Thursday, 18 May 2017 10:54 PM
> > Subject: CoReference
> >
> >
> >
> > Hello everybody,
> >
> > i need a coreference solution to link my entities (DATE, PERSON, ORG).
> Can
> >
> > someone show me the way to start working on that?
> >
> >
> > Thank you so much.
> >
> > Damiano
> >
>


Re: CoReference

2017-05-18 Thread Damiano Porta
Do you also have an example? :)

Il 18 mag 2017 16:35, "Damiano Porta"  ha scritto:

> Oh my wrong. Pardon.
> Do we have accuracy statistics?
>
> Il 18 mag 2017 14:59, "Joern Kottmann"  ha scritto:
>
>> This is for linking entities in one document, e.g. first name mention to a
>> full name mention, or to he, she, it.
>>
>> Jörn
>>
>> On Thu, May 18, 2017 at 1:27 PM, Damiano Porta 
>> wrote:
>>
>> > Hi, thanks but I need to link entities to each others . I do not need to
>> > link entities to external resources.
>> >
>> > Damiano
>> >
>> > Il 18 mag 2017 13:12, "Bruno P. Kinoshita"
>> >  ha scritto:
>> >
>> > > Few days ago went to look at an old issue to see if I could perhaps
>> write
>> > > some docs for it, but I think the coref module is not in the sandbox.
>> > >
>> > >
>> > > Here's the issue in question https://issues.apache.org/
>> > > jira/browse/OPENNLP-48 and here's where I believe the code is now
>> located
>> > > https://svn.apache.org/repos/asf/opennlp/sandbox/opennlp-coref/
>> > >
>> > > Not sure if there was any other work not mentioned in that issue.
>> > >
>> > > Hope that helps
>> > > Bruno
>> > > 
>> > > From: Damiano Porta 
>> > > To: dev@opennlp.apache.org
>> > > Sent: Thursday, 18 May 2017 10:54 PM
>> > > Subject: CoReference
>> > >
>> > >
>> > >
>> > > Hello everybody,
>> > >
>> > > i need a coreference solution to link my entities (DATE, PERSON, ORG).
>> > Can
>> > >
>> > > someone show me the way to start working on that?
>> > >
>> > >
>> > > Thank you so much.
>> > >
>> > > Damiano
>> > >
>> >
>>
>


Re: [VOTE] Apache OpenNLP 1.8.0 Release Candidate 3

2017-05-18 Thread Tommaso Teofili
+1 (binding)

Regards,
Tommaso

p.s.:

+1 also to Bruno's side comments

Il giorno gio 18 mag 2017 alle ore 12:43 Bruno P. Kinoshita
 ha scritto:

>
> [ X ] +1 Release the packages as Apache OpenNLP 1.8.0
>
> Not binding
>
> Side note: would be nice later to start fixing some issues found via
> FindBugs. Running `mvn clean findbugs:findbugs findbugs:gui` shows several
> errors, some seem important, like using equals() for array objects (which
> will always be false).
>
> See
>
>
> https://github.com/apache/opennlp/blob/73c8e5b9d8e055fefb53f7f3c2487d05c9788c6a/opennlp-tools/src/main/java/opennlp/tools/util/TokenTag.java#L85
>
> And
>
>
>
> https://github.com/apache/opennlp/blob/73c8e5b9d8e055fefb53f7f3c2487d05c9788c6a/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/POSTaggerNameFeatureGenerator.java#L59
> Plus other NullPointerException's that can be prevented, and other minor
> issues. Not blockers for the release though, IMO.
>
> Cheers
> Bruno
>
>
> 
> From: Joern Kottmann 
> To: dev@opennlp.apache.org
> Sent: Thursday, 18 May 2017 9:49 AM
> Subject: [VOTE] Apache OpenNLP 1.8.0 Release Candidate 3
>
>
>
> The Apache OpenNLP PMC would like to call for a Vote on Apache OpenNLP
>
> 1.8.0 Release Candidate 3.
>
>
> The RC 3 distributables can be downloaded from here:
>
> https://repository.apache.org/content/repositories/orgapacheopennlp-101
>
> 3/org/apache/opennlp/opennlp-distr/1.8.0/
>
>
> The release was made from the Apache OpenNLP 1.8.0 tag at
>
> https://github.com/apache/opennlp/tree/opennlp-1.8.0
>
>
>
> To use it in a maven build set the version for opennlp-tools or
>
> opennlp-uima to 1.8.0 and add the following URL to your settings.xml
>
> file:
>
> https://repository.apache.org/content/repositories/orgapacheopennlp-101
>
> 3
>
>
>
> The release was made using the OpenNLP release process, documented on
>
> the Wiki here:
>
> https://cwiki.apache.org/confluence/display/OPENNLP/Release+Process
>
>
>
> The release contains quite some changes, please refer to the contained
>
> issue list for details.
>
>
>
> Please vote on releasing these packages as Apache OpenNLP 1.8.0. The
>
> vote is open for at least the next 72 hours.
>
>
>
> 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.8.0
>
> [ ] -1 Do not release the packages because...
>
>
>
>
>
> Thanks!
>
>
> Jörn
>
>
> P.S. Here is my +1.
>


Re: [VOTE] Apache OpenNLP 1.8.0 Release Candidate 3

2017-05-18 Thread Joern Kottmann
@Richard, it would be nice if you could vote as well so we know that what
we have now in RC 3 works for you.

Jörn

On Thu, May 18, 2017 at 4:56 PM, William Colen 
wrote:

> +1 (binding)
>
> Successfully executed complete evaluation tests in source deliverable.
> Tried it with DKPro and after updating the Lemmatizer and Chunker usage
> there was two test failures that we could trace back to issues fixed in
> OPENNLP-125 and OPENNLP-989 that would affect evaluation results.
>
>
>
> 2017-05-18 10:08 GMT-03:00 Tommaso Teofili :
>
> > +1 (binding)
> >
> > Regards,
> > Tommaso
> >
> > p.s.:
> >
> > +1 also to Bruno's side comments
> >
> > Il giorno gio 18 mag 2017 alle ore 12:43 Bruno P. Kinoshita
> >  ha scritto:
> >
> > >
> > > [ X ] +1 Release the packages as Apache OpenNLP 1.8.0
> > >
> > > Not binding
> > >
> > > Side note: would be nice later to start fixing some issues found via
> > > FindBugs. Running `mvn clean findbugs:findbugs findbugs:gui` shows
> > several
> > > errors, some seem important, like using equals() for array objects
> (which
> > > will always be false).
> > >
> > > See
> > >
> > >
> > > https://github.com/apache/opennlp/blob/73c8e5b9d8e055fefb53f7f3c2487d
> > 05c9788c6a/opennlp-tools/src/main/java/opennlp/tools/util/
> > TokenTag.java#L85
> > >
> > > And
> > >
> > >
> > >
> > > https://github.com/apache/opennlp/blob/73c8e5b9d8e055fefb53f7f3c2487d
> > 05c9788c6a/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/
> > POSTaggerNameFeatureGenerator.java#L59
> > > Plus other NullPointerException's that can be prevented, and other
> minor
> > > issues. Not blockers for the release though, IMO.
> > >
> > > Cheers
> > > Bruno
> > >
> > >
> > > 
> > > From: Joern Kottmann 
> > > To: dev@opennlp.apache.org
> > > Sent: Thursday, 18 May 2017 9:49 AM
> > > Subject: [VOTE] Apache OpenNLP 1.8.0 Release Candidate 3
> > >
> > >
> > >
> > > The Apache OpenNLP PMC would like to call for a Vote on Apache OpenNLP
> > >
> > > 1.8.0 Release Candidate 3.
> > >
> > >
> > > The RC 3 distributables can be downloaded from here:
> > >
> > > https://repository.apache.org/content/repositories/
> orgapacheopennlp-101
> > >
> > > 3/org/apache/opennlp/opennlp-distr/1.8.0/
> > >
> > >
> > > The release was made from the Apache OpenNLP 1.8.0 tag at
> > >
> > > https://github.com/apache/opennlp/tree/opennlp-1.8.0
> > >
> > >
> > >
> > > To use it in a maven build set the version for opennlp-tools or
> > >
> > > opennlp-uima to 1.8.0 and add the following URL to your settings.xml
> > >
> > > file:
> > >
> > > https://repository.apache.org/content/repositories/
> orgapacheopennlp-101
> > >
> > > 3
> > >
> > >
> > >
> > > The release was made using the OpenNLP release process, documented on
> > >
> > > the Wiki here:
> > >
> > > https://cwiki.apache.org/confluence/display/OPENNLP/Release+Process
> > >
> > >
> > >
> > > The release contains quite some changes, please refer to the contained
> > >
> > > issue list for details.
> > >
> > >
> > >
> > > Please vote on releasing these packages as Apache OpenNLP 1.8.0. The
> > >
> > > vote is open for at least the next 72 hours.
> > >
> > >
> > >
> > > 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.8.0
> > >
> > > [ ] -1 Do not release the packages because...
> > >
> > >
> > >
> > >
> > >
> > > Thanks!
> > >
> > >
> > > Jörn
> > >
> > >
> > > P.S. Here is my +1.
> > >
> >
>


[GitHub] opennlp pull request #211: Add support to train on leipzig

2017-05-18 Thread kottmann
GitHub user kottmann opened a pull request:

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

Add support to train on leipzig

Thank you for contributing to Apache OpenNLP.

In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:

### For all changes:
- [ ] Is there a JIRA ticket associated with this PR? Is it referenced 
 in the commit message?

- [ ] Does your PR title start with OPENNLP- where  is the JIRA 
number you are trying to resolve? Pay particular attention to the hyphen "-" 
character.

- [ ] Has your PR been rebased against the latest commit within the target 
branch (typically master)?

- [ ] Is your initial contribution a single, squashed commit?

### For code changes:
- [ ] Have you ensured that the full suite of tests is executed via mvn 
clean install at the root opennlp folder?
- [ ] Have you written or updated unit tests to verify your changes?
- [ ] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)? 
- [ ] If applicable, have you updated the LICENSE file, including the main 
LICENSE file in opennlp folder?
- [ ] If applicable, have you updated the NOTICE file, including the main 
NOTICE file found in opennlp folder?

### For documentation related changes:
- [ ] Have you ensured that format looks appropriate for the output in 
which it is rendered?

### Note:
Please ensure that once the PR is submitted, you check travis-ci for build 
issues and submit an update to your PR as soon as possible.


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

$ git pull https://github.com/kottmann/opennlp add_leipzig

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

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






---
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.8.0 Release Candidate 3

2017-05-18 Thread Joern Kottmann
The vote passes, only +1 votes were receive:
+1 Bruno
+1 Tommaso
+1 William
+1 Jörn
+1 Jeff
+1 Daniel
+1 Richard
+1 Joey
+1 Suneel
+1 Rodrigo

Thanks for voting!

Jörn

On Wed, 2017-05-17 at 23:48 +0200, Joern Kottmann wrote:
> The Apache OpenNLP PMC would like to call for a Vote on Apache
> OpenNLP
> 1.8.0 Release Candidate 3. 
> 
> The RC 3 distributables can be downloaded from here:
> https://repository.apache.org/content/repositories/orgapacheopennlp-1
> 01
> 3/org/apache/opennlp/opennlp-distr/1.8.0/
> 
> The release was made from the Apache OpenNLP 1.8.0 tag at
> https://github.com/apache/opennlp/tree/opennlp-1.8.0
>  
> To use it in a maven build set the version for opennlp-tools or
> opennlp-uima to 1.8.0 and add the following URL to your settings.xml
> file:
> https://repository.apache.org/content/repositories/orgapacheopennlp-1
> 01
> 3
>  
> The release was made using the OpenNLP release process, documented on
> the Wiki here:
> https://cwiki.apache.org/confluence/display/OPENNLP/Release+Process
>  
> The release contains quite some changes, please refer to the
> contained
> issue list for details.
>  
> Please vote on releasing these packages as Apache OpenNLP 1.8.0. The
> vote is open for at least the next 72 hours.
>  
> 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.8.0
> [ ] -1 Do not release the packages because...
>  
>  
> Thanks!
> 
> Jörn
> 
> P.S. Here is my +1.


Re: [VOTE] Apache OpenNLP 1.8.0 Release Candidate 3

2017-05-18 Thread Dan Russ
My (not so thorough, but probably different than yours) tests passed. I
vote:

+1

On Thu, May 18, 2017 at 1:42 PM, Jeff Zemerick  wrote:

> +1 non-binding
>
> Built and tested a token name finder model on Ubuntu 16.04 and Amazon
> Linux 2017.03.0
> with OpenJDK8.
>
>
> On Thu, May 18, 2017 at 11:17 AM, Joern Kottmann 
> wrote:
>
> > @Richard, it would be nice if you could vote as well so we know that what
> > we have now in RC 3 works for you.
> >
> > Jörn
> >
> > On Thu, May 18, 2017 at 4:56 PM, William Colen 
> > wrote:
> >
> > > +1 (binding)
> > >
> > > Successfully executed complete evaluation tests in source deliverable.
> > > Tried it with DKPro and after updating the Lemmatizer and Chunker usage
> > > there was two test failures that we could trace back to issues fixed in
> > > OPENNLP-125 and OPENNLP-989 that would affect evaluation results.
> > >
> > >
> > >
> > > 2017-05-18 10:08 GMT-03:00 Tommaso Teofili  >:
> > >
> > > > +1 (binding)
> > > >
> > > > Regards,
> > > > Tommaso
> > > >
> > > > p.s.:
> > > >
> > > > +1 also to Bruno's side comments
> > > >
> > > > Il giorno gio 18 mag 2017 alle ore 12:43 Bruno P. Kinoshita
> > > >  ha scritto:
> > > >
> > > > >
> > > > > [ X ] +1 Release the packages as Apache OpenNLP 1.8.0
> > > > >
> > > > > Not binding
> > > > >
> > > > > Side note: would be nice later to start fixing some issues found
> via
> > > > > FindBugs. Running `mvn clean findbugs:findbugs findbugs:gui` shows
> > > > several
> > > > > errors, some seem important, like using equals() for array objects
> > > (which
> > > > > will always be false).
> > > > >
> > > > > See
> > > > >
> > > > >
> > > > > https://github.com/apache/opennlp/blob/
> > 73c8e5b9d8e055fefb53f7f3c2487d
> > > > 05c9788c6a/opennlp-tools/src/main/java/opennlp/tools/util/
> > > > TokenTag.java#L85
> > > > >
> > > > > And
> > > > >
> > > > >
> > > > >
> > > > > https://github.com/apache/opennlp/blob/
> > 73c8e5b9d8e055fefb53f7f3c2487d
> > > > 05c9788c6a/opennlp-tools/src/main/java/opennlp/tools/util/
> featuregen/
> > > > POSTaggerNameFeatureGenerator.java#L59
> > > > > Plus other NullPointerException's that can be prevented, and other
> > > minor
> > > > > issues. Not blockers for the release though, IMO.
> > > > >
> > > > > Cheers
> > > > > Bruno
> > > > >
> > > > >
> > > > > 
> > > > > From: Joern Kottmann 
> > > > > To: dev@opennlp.apache.org
> > > > > Sent: Thursday, 18 May 2017 9:49 AM
> > > > > Subject: [VOTE] Apache OpenNLP 1.8.0 Release Candidate 3
> > > > >
> > > > >
> > > > >
> > > > > The Apache OpenNLP PMC would like to call for a Vote on Apache
> > OpenNLP
> > > > >
> > > > > 1.8.0 Release Candidate 3.
> > > > >
> > > > >
> > > > > The RC 3 distributables can be downloaded from here:
> > > > >
> > > > > https://repository.apache.org/content/repositories/
> > > orgapacheopennlp-101
> > > > >
> > > > > 3/org/apache/opennlp/opennlp-distr/1.8.0/
> > > > >
> > > > >
> > > > > The release was made from the Apache OpenNLP 1.8.0 tag at
> > > > >
> > > > > https://github.com/apache/opennlp/tree/opennlp-1.8.0
> > > > >
> > > > >
> > > > >
> > > > > To use it in a maven build set the version for opennlp-tools or
> > > > >
> > > > > opennlp-uima to 1.8.0 and add the following URL to your
> settings.xml
> > > > >
> > > > > file:
> > > > >
> > > > > https://repository.apache.org/content/repositories/
> > > orgapacheopennlp-101
> > > > >
> > > > > 3
> > > > >
> > > > >
> > > > >
> > > > > The release was made using the OpenNLP release process, documented
> on
> > > > >
> > > > > the Wiki here:
> > > > >
> > > > > https://cwiki.apache.org/confluence/display/OPENNLP/
> Release+Process
> > > > >
> > > > >
> > > > >
> > > > > The release contains quite some changes, please refer to the
> > contained
> > > > >
> > > > > issue list for details.
> > > > >
> > > > >
> > > > >
> > > > > Please vote on releasing these packages as Apache OpenNLP 1.8.0.
> The
> > > > >
> > > > > vote is open for at least the next 72 hours.
> > > > >
> > > > >
> > > > >
> > > > > 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.8.0
> > > > >
> > > > > [ ] -1 Do not release the packages because...
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Thanks!
> > > > >
> > > > >
> > > > > Jörn
> > > > >
> > > > >
> > > > > P.S. Here is my +1.
> > > > >
> > > >
> > >
> >
>


[GitHub] opennlp-site pull request #10: Avoid using a HTTP CDN to download FontAwesom...

2017-05-18 Thread kinow
Github user kinow closed the pull request at:

https://github.com/apache/opennlp-site/pull/10


---
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-site issue #10: Avoid using a HTTP CDN to download FontAwesome, use ...

2017-05-18 Thread kinow
Github user kinow commented on the issue:

https://github.com/apache/opennlp-site/pull/10
  
Merged in 7e7e79b4374458a38bce5a1b752473b4eb326f7a

Closing manually.


---
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-site issue #4: Adds News page.

2017-05-18 Thread kinow
Github user kinow commented on the issue:

https://github.com/apache/opennlp-site/pull/4
  
@smarthi this has been merged already, but we need either @jzonthemtn to 
close the pull request, or wait till someone makes master the default branch in 
this repository. Then we can close it via an empty commit.


---
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-site issue #4: Adds News page.

2017-05-18 Thread smarthi
Github user smarthi commented on the issue:

https://github.com/apache/opennlp-site/pull/4
  
Let's update this list to include 1.8.0 release while merging.  +1 to merge.


---
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-site pull request #12: Update site for 1.8.0 release

2017-05-18 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/opennlp-site/pull/12


---
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 #143: OPENNLP-788: Add initial langdetect implementatio...

2017-05-18 Thread druss
Can the language detector find when the language changes?  I have data in 
French and English, I would love to be able to pull separate the two.
Daniel


> On May 17, 2017, at 12:38 PM, wcolen  wrote:
> 
> Github user wcolen closed the pull request at:
> 
>https://github.com/apache/opennlp/pull/143
> 
> 
> ---
> 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-site pull request #12: Update site for 1.8.0 release

2017-05-18 Thread kottmann
GitHub user kottmann opened a pull request:

https://github.com/apache/opennlp-site/pull/12

Update site for 1.8.0 release



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

$ git pull https://github.com/kottmann/opennlp-site 180_release

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

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


commit d219b3c4ec9e03cda0f4b968783525f321fab03f
Author: Jörn Kottmann 
Date:   2017-05-18T22:03:58Z

Update site for 1.8.0 release




---
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-site issue #12: Update site for 1.8.0 release

2017-05-18 Thread kinow
Github user kinow commented on the issue:

https://github.com/apache/opennlp-site/pull/12
  
Maybe we should update the Documentation page too (docs/index.ad)? Other 
than that, +1 lgtm


---
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.8.0 Release Candidate 3

2017-05-18 Thread Richard Eckart de Castilho
Hi,

On 18.05.2017, at 17:17, Joern Kottmann  wrote:
> 
> @Richard, it would be nice if you could vote as well so we know that what
> we have now in RC 3 works for you.

I have locally applied the DKPro Core patch from William and tested it
against the RC3 staged artifacts. Works good.

@rodrigo: thanks for the info about the lemmatizer!

@william: Thanks for the patch!

@jörn: Thanks for the parser fix and your consideration regarding the vote.

From DKPro Core perspective: +1 (non binding).

Cheers,

-- Richard 

Re: CoReference

2017-05-18 Thread Bruno P. Kinoshita
And if you are willing to work on this Damiano, I'd be able to help a few hours 
every week, plus working on the documentation (-:
CheersBruno


  From: Joern Kottmann 
 To: "dev@opennlp.apache.org"  
 Sent: Friday, 19 May 2017 2:56 AM
 Subject: Re: CoReference
   
That part is not maintained currently, if you would like to work on it you
are more than welcome to get this back into opennlp-tools.

Jörn

On Thu, May 18, 2017 at 4:37 PM, Damiano Porta 
wrote:

> Do you also have an example? :)
>
> Il 18 mag 2017 16:35, "Damiano Porta"  ha scritto:
>
> > Oh my wrong. Pardon.
> > Do we have accuracy statistics?
> >
> > Il 18 mag 2017 14:59, "Joern Kottmann"  ha scritto:
> >
> >> This is for linking entities in one document, e.g. first name mention
> to a
> >> full name mention, or to he, she, it.
> >>
> >> Jörn
> >>
> >> On Thu, May 18, 2017 at 1:27 PM, Damiano Porta 
> >> wrote:
> >>
> >> > Hi, thanks but I need to link entities to each others . I do not need
> to
> >> > link entities to external resources.
> >> >
> >> > Damiano
> >> >
> >> > Il 18 mag 2017 13:12, "Bruno P. Kinoshita"
> >> >  ha scritto:
> >> >
> >> > > Few days ago went to look at an old issue to see if I could perhaps
> >> write
> >> > > some docs for it, but I think the coref module is not in the
> sandbox.
> >> > >
> >> > >
> >> > > Here's the issue in question https://issues.apache.org/
> >> > > jira/browse/OPENNLP-48 and here's where I believe the code is now
> >> located
> >> > > https://svn.apache.org/repos/asf/opennlp/sandbox/opennlp-coref/
> >> > >
> >> > > Not sure if there was any other work not mentioned in that issue.
> >> > >
> >> > > Hope that helps
> >> > > Bruno
> >> > > 
> >> > > From: Damiano Porta 
> >> > > To: dev@opennlp.apache.org
> >> > > Sent: Thursday, 18 May 2017 10:54 PM
> >> > > Subject: CoReference
> >> > >
> >> > >
> >> > >
> >> > > Hello everybody,
> >> > >
> >> > > i need a coreference solution to link my entities (DATE, PERSON,
> ORG).
> >> > Can
> >> > >
> >> > > someone show me the way to start working on that?
> >> > >
> >> > >
> >> > > Thank you so much.
> >> > >
> >> > > Damiano
> >> > >
> >> >
> >>
> >
>

   

Re: [GitHub] opennlp pull request #143: OPENNLP-788: Add initial langdetect implementatio...

2017-05-18 Thread William Colen
+1 to think how to do it. Polyglot is doing it already.



2017-05-18 22:28 GMT-03:00 :

> Can the language detector find when the language changes?  I have data in
> French and English, I would love to be able to pull separate the two.
> Daniel
>
>
> > On May 17, 2017, at 12:38 PM, wcolen  wrote:
> >
> > Github user wcolen closed the pull request at:
> >
> >https://github.com/apache/opennlp/pull/143
> >
> >
> > ---
> > 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: CoReference

2017-05-18 Thread Damiano Porta
Oh my wrong. Pardon.
Do we have accuracy statistics?

Il 18 mag 2017 14:59, "Joern Kottmann"  ha scritto:

> This is for linking entities in one document, e.g. first name mention to a
> full name mention, or to he, she, it.
>
> Jörn
>
> On Thu, May 18, 2017 at 1:27 PM, Damiano Porta 
> wrote:
>
> > Hi, thanks but I need to link entities to each others . I do not need to
> > link entities to external resources.
> >
> > Damiano
> >
> > Il 18 mag 2017 13:12, "Bruno P. Kinoshita"
> >  ha scritto:
> >
> > > Few days ago went to look at an old issue to see if I could perhaps
> write
> > > some docs for it, but I think the coref module is not in the sandbox.
> > >
> > >
> > > Here's the issue in question https://issues.apache.org/
> > > jira/browse/OPENNLP-48 and here's where I believe the code is now
> located
> > > https://svn.apache.org/repos/asf/opennlp/sandbox/opennlp-coref/
> > >
> > > Not sure if there was any other work not mentioned in that issue.
> > >
> > > Hope that helps
> > > Bruno
> > > 
> > > From: Damiano Porta 
> > > To: dev@opennlp.apache.org
> > > Sent: Thursday, 18 May 2017 10:54 PM
> > > Subject: CoReference
> > >
> > >
> > >
> > > Hello everybody,
> > >
> > > i need a coreference solution to link my entities (DATE, PERSON, ORG).
> > Can
> > >
> > > someone show me the way to start working on that?
> > >
> > >
> > > Thank you so much.
> > >
> > > Damiano
> > >
> >
>