Re: [VOTE] Apache OpenNLP 2.2.0 Release Candidate

2023-04-20 Thread Koji Sekiguchi
+1

Koji

2023年4月17日(月) 20:49 Richard Zowalla :
>
> Any more votes? Think, that only one binding is missing.
>
> Gruß
> Richard
>
> Am Montag, dem 10.04.2023 um 07:10 -0400 schrieb Jeff Zemerick:
> > Hi folks,
> >
> > I have posted a release candidate for the Apache OpenNLP 2.2.0
> > release and
> > it is ready for testing.
> >
> > The distributables can be downloaded from:
> > https://repository.apache.org/content/repositories/orgapacheopennlp-1033/org/apache/opennlp/opennlp-distr/2.2.0/
> >
> > The release was made from the Apache OpenNLP 2.2.0 tag at:
> > https://github.com/apache/opennlp/tree/opennlp-2.2.0
> >
> > To use it in a maven build set the version for opennlp-tools or
> > opennlp-uima to 2.2.0 and add the following URL to your settings.xml
> > file:
> > https://repository.apache.org/content/repositories/orgapacheopennlp-1033
> >
> > The release was made using the OpenNLP release process, documented on
> > the
> > website:
> > https://opennlp.apache.org/release.html
> >
> > Please vote on releasing these packages as Apache OpenNLP 2.2.0. The
> > vote
> > is open for at least the next 72 hours.
> >
> > Only votes from OpenNLP PMC are binding, but everyone is welcome to
> > check
> > the release candidate and vote.
> > The vote passes if at least three binding +1 votes are cast.
> >
> > [ ] +1 Release the packages as Apache OpenNLP 2.2.0
> > [ ] -1 Do not release the packages because...
> >
> > Thanks!
> > Jeff
>


Re: New committer: Atita Arora

2023-03-01 Thread Koji Sekiguchi
Welcome, Atita!

Koji

2023年3月2日(木) 4:35 Jeff Zemerick :
>
> The Project Management Committee (PMC) for Apache OpenNLP has invited
> Atita Arora to become a committer and we are pleased to announce that
> they have accepted.
>
> Atita, thanks for your contributions to OpenNLP and we look forward to
> your future contributions!
>
> Thanks,
> Jeff


Re: [VOTE] Apache OpenNLP 2.1.1 Release Candidate 2

2023-02-21 Thread Koji Sekiguchi
Hi Jeff,

Sorry for the late reply. +1 from me.
I run test and checked some signatures of the release. Thanks!

Koji

2023年2月20日(月) 23:23 Jeff Zemerick :
>
> Hi everyone,
>
> We are still looking for a third +1 vote (or a -1 vote and a reason to not
> proceed with the release).
>
> Thanks,
> Jeff
>
> On Sat, Feb 18, 2023 at 9:26 AM Jeff Zemerick  wrote:
>
> > Hi Atita,
> >
> > Yes, I think it is an issue with the M1 Mac. Looking at onnxruntime it
> > says it supports Windows x64, Linux x64, macOS x64. (
> > https://onnxruntime.ai/docs/get-started/with-java.html)
> >
> > Thanks,
> > Jeff
> >
> >
> > On Fri, Feb 17, 2023 at 4:47 PM Atita Arora  wrote:
> >
> >> Hi,
> >>
> >> Thank you Jeff for sharing the Eval-test-data and Thanks for sharing the
> >> mv
> >> Richard.
> >> Those are my results :
> >>
> >> [INFO] ---
> >> [INFO]  T E S T S
> >> [INFO] ---
> >> [INFO] Running
> >> opennlp.dl.doccat.scoring.AverageClassificationScoringStrategyTest
> >> [INFO] Running opennlp.dl.namefinder.NameFinderDLEval
> >> [INFO] Running opennlp.dl.doccat.DocumentCategorizerDLEval
> >> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> >> 0.016 s - in
> >> opennlp.dl.doccat.scoring.AverageClassificationScoringStrategyTest
> >> [ERROR] Tests run: 6, Failures: 0, Errors: 5, Skipped: 1, Time elapsed:
> >> 0.034 s <<< FAILURE! - in opennlp.dl.doccat.DocumentCategorizerDLEval
> >> [ERROR] doccat  Time elapsed: 0.021 s  <<< ERROR!
> >> java.lang.UnsatisfiedLinkError: no onnxruntime in java.library.path:
> >>
> >> /Users/atitaarora/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
> >> at
> >>
> >> opennlp.dl.doccat.DocumentCategorizerDLEval.doccat(DocumentCategorizerDLEval.java:213)
> >>
> >> [ERROR] scoreMap  Time elapsed: 0.001 s  <<< ERROR!
> >> java.lang.NoClassDefFoundError: Could not initialize class
> >> ai.onnxruntime.OrtEnvironment
> >> at
> >>
> >> opennlp.dl.doccat.DocumentCategorizerDLEval.scoreMap(DocumentCategorizerDLEval.java:167)
> >>
> >> [ERROR] categorizeWithInferenceOptions  Time elapsed: 0.001 s  <<< ERROR!
> >> java.lang.NoClassDefFoundError: Could not initialize class
> >> ai.onnxruntime.OrtEnvironment
> >> at
> >>
> >> opennlp.dl.doccat.DocumentCategorizerDLEval.categorizeWithInferenceOptions(DocumentCategorizerDLEval.java:141)
> >>
> >> [ERROR] sortedScoreMap  Time elapsed: 0 s  <<< ERROR!
> >> java.lang.NoClassDefFoundError: Could not initialize class
> >> ai.onnxruntime.OrtEnvironment
> >> at
> >>
> >> opennlp.dl.doccat.DocumentCategorizerDLEval.sortedScoreMap(DocumentCategorizerDLEval.java:190)
> >>
> >> [ERROR] categorize  Time elapsed: 0.001 s  <<< ERROR!
> >> java.lang.NoClassDefFoundError: Could not initialize class
> >> ai.onnxruntime.OrtEnvironment
> >> at
> >>
> >> opennlp.dl.doccat.DocumentCategorizerDLEval.categorize(DocumentCategorizerDLEval.java:48)
> >>
> >> [ERROR] Tests run: 7, Failures: 1, Errors: 6, Skipped: 0, Time elapsed:
> >> 1.088 s <<< FAILURE! - in opennlp.dl.namefinder.NameFinderDLEval
> >> [ERROR] tokenNameFinderNoEntitiesTest  Time elapsed: 0.017 s  <<< ERROR!
> >> java.lang.UnsatisfiedLinkError: no onnxruntime in java.library.path:
> >>
> >> /Users/atitaarora/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
> >> at
> >>
> >> opennlp.dl.namefinder.NameFinderDLEval.tokenNameFinderNoEntitiesTest(NameFinderDLEval.java:146)
> >>
> >> [ERROR] invalidModel  Time elapsed: 0.003 s  <<< FAILURE!
> >> org.opentest4j.AssertionFailedError: Unexpected exception type thrown,
> >> expected:  but was:
> >> 
> >> at
> >>
> >> opennlp.dl.namefinder.NameFinderDLEval.invalidModel(NameFinderDLEval.java:183)
> >> Caused by: java.lang.NoClassDefFoundError: Could not initialize class
> >> ai.onnxruntime.OrtEnvironment
> >> at
> >>
> >> opennlp.dl.namefinder.NameFinderDLEval.lambda$invalidModel$0(NameFinderDLEval.java:190)
> >> at
> >>
> >> opennlp.dl.namefinder.NameFinderDLEval.invalidModel(NameFinderDLEval.java:183)
> >>
> >> [ERROR] tokenNameFinderNoInputTest  Time elapsed: 0.001 s  <<< ERROR!
> >> java.lang.NoClassDefFoundError: Could not initialize class
> >> ai.onnxruntime.OrtEnvironment
> >> at
> >>
> >> opennlp.dl.namefinder.NameFinderDLEval.tokenNameFinderNoInputTest(NameFinderDLEval.java:128)
> >>
> >> [ERROR] tokenNameFinder1Test  Time elapsed: 0 s  <<< ERROR!
> >> java.lang.NoClassDefFoundError: Could not initialize class
> >> ai.onnxruntime.OrtEnvironment
> >> at
> >>
> >> opennlp.dl.namefinder.NameFinderDLEval.tokenNameFinder1Test(NameFinderDLEval.java:54)
> >>
> >> [ERROR] tokenNameFinder2Test  Time elapsed: 0 s  <<< ERROR!
> >> java.lang.NoClassDefFoundError: Could not initialize class
> >> 

Re: New Committer: Martin Wiesner

2022-12-09 Thread Koji Sekiguchi

Welcome, Martin!

Koji

On 2022/12/08 22:31, Jeff Zemerick wrote:

The Project Management Committee (PMC) for Apache OpenNLP has invited
Martin Wiesner to become a committer and we are pleased to announce that
they have accepted.

Welcome, Martin! Your contributions to Apache OpenNLP are much appreciated.

Thanks,
Jeff





Re: New Committer: Richard Zowalla

2022-12-09 Thread Koji Sekiguchi

Welcome, Richard!

Koji

On 2022/12/08 22:32, Jeff Zemerick wrote:

The Project Management Committee (PMC) for Apache OpenNLP has invited
Richard Zowalla to become a committer and we are pleased to announce that
they have accepted.

Welcome, Richard! Your contributions to Apache OpenNLP are much appreciated.

Thanks,
Jeff





Re: Moving OpenNLP to Java 11

2022-03-21 Thread Koji Sekiguchi

+1 to move to Java 11 from me.

Koji


On 2022/03/22 1:43, Jeff Zemerick wrote:

OpenNLP is built targeting Java 8. I would like to propose changing it to
Java 11, eyeing an eventual 2.0 release.

I have tested the build on 11 without issues.

Does anyone have any thoughts/concerns about changing to 11 from 8?

Thanks,
Jeff



Re: [ANNOUNCE] OpenNLP 1.9.4 released

2021-11-09 Thread Koji Sekiguchi

Hi Jeff,

Thank you for your great effort! Can we announce it in Twitter @ApacheOpennlp?
I'd like to retweet it.

Koji

On 2021/11/10 2:49, Jeff Zemerick wrote:

The Apache OpenNLP team is pleased to announce the release of version 1.9.4
of Apache OpenNLP. The Apache OpenNLP library is a machine learning based
toolkit for the processing of natural language text. It supports the most
common NLP tasks, such as tokenization, sentence segmentation,
part-of-speech tagging, named entity extraction, chunking, and parsing.

The OpenNLP 1.9.4 binary and source distributions are available for
download from our download page: https://opennlp.apache.org/download.html
The OpenNLP library is distributed by Maven Central as well. See the Maven
Dependency page for more details:
http://opennlp.apache.org/maven-dependency.html

Changes in this version:

- Refactorings to improve code quality and performance.
- Fix Parser top k parses doesn’t show "top" (highest probability) parses.
- Use LinkedHashMap for deterministic iteration order.
- Fixed spelling errors in the documentation.

For a complete list of fixed bugs and improvements please see the
RELEASE_NOTES file included in the distribution.

The Apache OpenNLP Team



Re: [VOTE] Apache OpenNLP 1.9.4 Release Candidate

2021-10-27 Thread Koji Sekiguchi

+1 to release.

I ran mvn install and checked some checksums of the distribution. Looked fine.

Koji

On 2021/10/27 22:13, Jeff Zemerick wrote:

Hi folks,

I have posted a 1st release candidate for the Apache OpenNLP 1.9.4 release
and it is ready for testing.

Issues resolved in this version:
https://issues.apache.org/jira/browse/OPENNLP-1311?jql=project%20%3D%20OPENNLP%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20%3D%201.9.4%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC

The distributables can be downloaded from:
https://repository.apache.org/content/repositories/orgapacheopennlp-1028/org/apache/opennlp/opennlp-distr/1.9.4/

The release was made from the Apache OpenNLP 1.9.4 tag at:
https://github.com/apache/opennlp/tree/opennlp-1.9.4

To use it in a maven build set the version for opennlp-tools or
opennlp-uima to 1.9.4 and add the following URL to your settings.xml file:
https://repository.apache.org/content/repositories/orgapacheopennlp-1028

The release was made using the OpenNLP release process, documented on the
website:
https://opennlp.apache.org/release.html

Please vote on releasing these packages as Apache OpenNLP 1.9.4. The vote
is open for at least the next 72 hours.

Only votes from OpenNLP PMC are binding, but everyone is welcome to check
the release candidate and vote.
The vote passes if at least three binding +1 votes are cast.

[ ] +1 Release the packages as Apache OpenNLP 1.9.4
[ ] -1 Do not release the packages because...

Thanks,
Jeff



Re: OpenNLP 1.9.4 and 2.0.0

2021-10-10 Thread Koji Sekiguchi

Hi Jeff,

+1 to 1.9.4 release.

I don't have any objections to 2.0.0. I just don't have time to look at it though I'm very much 
interested in that.


Thank you for your effort for that!

Koji

On 2021/10/09 7:52, Jeff Zemerick wrote:

Team,

There have been some minor issues [1] that have been fixed for an upcoming
1.9.4 release. The last release, 1.9.3, was over a year ago so I think we
are due for a release. Please let me know if you have any thoughts about
1.9.4. If I don't hear anything in the next few days I will begin the
release process for 1.9.4.

Looking past 1.9.4 and toward 2.0.0, I have opened a pull request [2] for
OPENNLP-1331 for merge into a 2.0.0-dev branch. This is a pull request that
refactors the interfaces into a common project (opennlp-commons) to allow
for implementations of things like TokenNameFinder, SentenceDetector, etc.
for deep learning. This is unfortunately a large pull request and I
struggled with breaking it up into smaller chunks because even a small
refactor touched a lot of files. Please take a look and if you have any
questions please let me know. There are no functional changes in
OPENNLP-1331.

I personally will be dedicating some time to look more at how
Tensorflow/PyTorch models can be used from OpenNLP in the near future so I
definitely appreciate any feedback on OPENNLP-1331. Any proof of concepts
will likely be built off that branch.

Thanks,
Jeff

[1]
https://issues.apache.org/jira/browse/OPENNLP-1338?jql=project%20%3D%20OPENNLP%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20%3D%201.9.4%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC
[2] https://github.com/apache/opennlp/pull/395



Re: Applying for Permission

2021-08-02 Thread Koji Sekiguchi

Hi GongmingWang,

Thank you for your interest of contributing to Apache OpenNLP.
I think you don't need any special permissions to open JIRA. Please read:

https://opennlp.apache.org/get-involved.html

Thanks and we're looking forward to seeing your contribution!

Koji

On 2021/08/02 20:18, 王功明 wrote:

Hi:

  I want to contribute to Apache OpenNLP.

  Would you please give me the contributor permission?

My JIRA ID is WGM1981.
 Sincerely
GongmingWang



Re: [VOTE] Apache OpenNLP 1.9.2 Release Candidate

2019-12-23 Thread Koji Sekiguchi

+1 (binding)

I tested LangDetector with langdetect-183.bin model and worked well.

Koji

On 2019/12/21 1:07, Jeff Zemerick wrote:

Hi folks,

I have posted a 1st release candidate for the Apache OpenNLP 1.9.2 release
and it is ready for testing.

The distributables can be downloaded from:
https://repository.apache.org/content/repositories/orgapacheopennlp-1026/org/apache/opennlp/opennlp-distr/1.9.2/

The release was made from the Apache OpenNLP 1.9.2 tag at:
https://github.com/apache/opennlp/tree/opennlp-1.9.2

To use it in a maven build set the version for opennlp-tools or
opennlp-uima to 1.9.2 and add the following URL to your settings.xml file:
https://repository.apache.org/content/repositories/orgapacheopennlp-1026

The release was made using the OpenNLP release process, documented on the
website:
https://opennlp.apache.org/release.html

Please vote on releasing these packages as Apache OpenNLP 1.9.2. The vote
is open for at least the next 72 hours.

Only votes from OpenNLP PMC are binding, but everyone is welcome to check
the release candidate and vote.
The vote passes if at least three binding +1 votes are cast.

[ ] +1 Release the packages as Apache OpenNLP 1.9.2
[ ] -1 Do not release the packages because...

Thanks!

Jeff



Re: [VOTE] Apache OpenNLP 1.9.0 Release Candidate 2

2018-06-30 Thread Koji Sekiguchi
I tested mvn install and some Eval tests (OntoNotes4NameFinderEval, Conll02NameFinderEval, 
OntoNotes4PosTaggerEval) which use FeatureGeneratorUtil.


+1

Koji


On 2018/06/29 20:45, Jeff Zemerick wrote:

Hi folks,

I have posted a 2nd release candidate for the Apache OpenNLP 1.9.0 release
and it is ready for testing.

The distributables can be downloaded from:
https://repository.apache.org/content/repositories/orgapacheopennlp-1022/org/apache/opennlp/opennlp-distr/1.9.0/

The release was made from the Apache OpenNLP 1.9.0 RC2 tag at:
https://github.com/apache/opennlp/tree/opennlp-1.9.0-rc2

To use it in a maven build set the version for opennlp-tools or
opennlp-uima to 1.9.0 and add the following URL to your settings.xml file:
https://repository.apache.org/content/repositories/orgapacheopennlp-1022

The release was made using the OpenNLP release process, documented on the
website:
https://opennlp.apache.org/release.html

Please vote on releasing these packages as Apache OpenNLP 1.9.0. The vote
is open for at least the next 72 hours.

Only votes from OpenNLP PMC are binding, but everyone is welcome to check
the release candidate and vote.
The vote passes if at least three binding +1 votes are cast.

[ ] +1 Release the packages as Apache OpenNLP 1.9.0
[ ] -1 Do not release the packages because...

Thanks!
Jeff





Re: [VOTE] Language Detector model for Apache OpenNLP 1.8.3 Release Candidate 3

2017-10-30 Thread Koji Sekiguchi

+1

- checked text files in the zipped model file
- verified signatures
- executed LanguageDetector using the model file

Koji

On 2017/10/30 22:30, William Colen wrote:

The Apache OpenNLP PMC would like to call for a Vote on the Language
Detector model for Apache OpenNLP 1.8.3 Release Candidate 3.

The Release artifacts can be downloaded from:

http://people.apache.org/~colen/models/langdetect-183/rc3/

The model was built with Apache OpenNLP 1.8.3 release, trained with a
portion of the Leipzig corpus, which can be found under this  tag:

https://svn.apache.org/repos/bigdata/opennlp/tags/langdetect-183_RC3

The model binary includes the NOTICE, LICENSE and also a README with
details of supported languages, how the Leipzig corpus was created and the
model was trained. For your convenience the README is available here:

https://svn.apache.org/repos/bigdata/opennlp/tags/langdetect-183_RC3/leipzig/resources/README.txt

A detailed evaluation report is available here:

http://people.apache.org/~colen/models/langdetect-183/rc3/langdetect-183.bin.report.txt

To use Language Detector, please follow the documentation here:

http://opennlp.apache.org/docs/1.8.3/manual/opennlp.html#tools.langdetect

It is important to note that this model is trained for and works well with
longer texts that have at least 2 sentences or more from the same language.

The artifacts have been signed with the Key - 524A9649
  found at

http://people.apache.org/keys/group/opennlp.asc

Please vote on releasing the model as Apache OpenNLP Language Detector
Model 1.8.3. The vote is open for either the next 72 hours or a minimum of
3 +1 PMC binding votes
whichever happens earlier.

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 Language Detector Model 1.8.3

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

Thanks again to all the committers and contributors for their work over the
past few weeks.





Re: [VOTE] Language Detector model for Apache OpenNLP 1.8.3 Release Candidate 2

2017-10-30 Thread Koji Sekiguchi

Hi,

When I unzip langdetect-183.bin to read text files in it, the README.txt says that its version is 
1.8.2 in this line:


This is the release 1 of the Apache OpenNLP Language Detector model version 
1.8.2.

I'm not sure but shouldn't it be 1.8.3? I'm not sure because I don't understand very well this part 
"... the release *1* of the Apache OpenNLP ..." in the above line. If it is still 1.8.2, here's my 
+1 (verifying signatures, running LanguageDetector under OpenNLP 1.8.3, etc.)


Thanks!

Koji


On 2017/10/29 11:48, William Colen wrote:

The Apache OpenNLP PMC would like to call for a Vote on the Language
Detector model for Apache OpenNLP 1.8.3 Release Candidate 2.

The Release artifacts can be downloaded from:

http://people.apache.org/~colen/models/langdetect-183/rc2/

The model was built with Apache OpenNLP 1.8.3 release, trained with a
portion of the Leipzig corpus, which can be found under this  tag:

https://svn.apache.org/repos/bigdata/opennlp/tags/langdetect-183_RC2

The model binary includes the NOTICE, LICENSE and also a README with
details of supported languages, how the Leipzig corpus was created and the
model was trained. For your convenience the README is available here:

https://svn.apache.org/repos/bigdata/opennlp/tags/langdetect-183_RC2/leipzig/resources/README.txt

A detailed evaluation report is available here:

http://people.apache.org/~colen/models/langdetect-183/rc2/langdetect-183.bin.report.txt

To use Language Detector, please follow the documentation here:

http://opennlp.apache.org/docs/1.8.3/manual/opennlp.html#tools.langdetect

It is important to note that this model is trained for and works well with
longer texts that have at least 2 sentences or more from the same language.

The artifacts have been signed with the Key - 524A9649
  found at

http://people.apache.org/keys/group/opennlp.asc

Please vote on releasing the model as Apache OpenNLP Language Detector
Model 1.8.3. The vote is open for either the next 72 hours or a minimum of
3 +1 PMC binding votes
whichever happens earlier.

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 Language Detector Model 1.8.3

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

Thanks again to all the committers and contributors for their work over the
past few weeks.



Re: [VOTE] Apache OpenNLP 1.8.3 Release Candidate

2017-10-26 Thread Koji Sekiguchi

+1 binding.

Koji

On 2017/10/24 18:29, Suneel Marthi wrote:

The Apache OpenNLP PMC would like to call for a Vote on Apache OpenNLP
1.8.3 Release Candidate.

The Release artifacts can be downloaded from:

https://repository.apache.org/content/repositories/orgapache
opennlp-1010/org/apache/opennlp/opennlp-distr/1.7.2/

The release was made from the Apache OpenNLP 1.8.3 tag at

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

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

and add the following URL to your settings.xml file:

https://repository.apache.org/content/repositories/orgapacheopennlp-1019/org/apache/opennlp/opennlp-distr/1.8.3/

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.8.3. The vote is

open for either the next 72 hours or a minimum of 3 +1 PMC binding votes
whichever happens earlier.

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

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

Thanks again to all the committers and contributors for their work
over the past
few weeks.




--
最新ブログ記事~LUCENE-6819: Good bye index-time boost
http://lucene.jugem.jp/?eid=485
==
株式会社 ロンウイット
関口宏司
105-0003 東京都港区西新橋1-18-6
クロスオフィス内幸町 11階
TEL 03-5288-5927
FAX 03-5288-5928
http://www.rondhuit.com/
ブログ http://lucene.jugem.jp/


Re: [VOTE] Apache OpenNLP 1.8.0 Release Candidate 2

2017-05-13 Thread Koji Sekiguchi

+1 non-binding

Download artifacts, built and executed unit tests successfully on Mac OS X 
10.10.5.


On 2017/05/12 1:37, Joern Kottmann wrote:

The Apache OpenNLP PMC would like to call for a Vote on Apache OpenNLP
1.8.0 Release Candidate 2.

The RC 2 distributables can be downloaded from here:
https://repository.apache.org/content/repositories/orgapacheopennlp-101
2/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
2

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: Welcome our new committers

2017-04-14 Thread Koji Sekiguchi

Hi Joern, Chris and everyone!

Thanks for this warm welcome! I'm very happy to join you as a committer and looking forward to 
contributing to this great project as much as I can!


Let me introduce myself. My name is Koji Sekiguchi. I launched my company RONDHUIT, which is 
specialized in information retrieval, 11 yeas ago, based in Tokyo. We use Lucene/Solr and provide 
consulting, support and education services. We also develop a search product using Lucene/Solr. I'm 
a committer of Lucene/Solr as well.


Through my work in RONDHUIT, as I became interested in NLP, I entered a graduate school 5 years ago 
and belonged to NLP lab. As the result of my study, I started a new open source project NLP4L (NLP 
for Lucene). NLP4L has a set of tools which can be used to improve the search result, based on a 
strategy we advocate [1] to solve the trade-off problem between the recall and the precision. In the 
project, we use OpenNLP. If anyone who would like to join us, please let me know. :)


I'm now studying NameFinder to see whether we can use it for Japanese. I'd like to contribute the 
result of my study to the community in the near future.


Besides work, I like to walk in good weather, read novels and have exercise at 
sports gym.

Thanks!

Koji

[1] https://github.com/NLP4L/manuals/blob/master/overview.md


On 2017/04/14 22:50, Mattmann, Chris A (3010) wrote:

Welcome Daniel Peter and Koji!

Cheers,
Chris


++
Chris Mattmann, Ph.D.
Principal Data Scientist, Engineering Administrative Office (3010)
Manager, NSF & Open Source Projects Formulation and Development Offices (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 4/14/17, 2:55 AM, "Joern Kottmann" <kottm...@gmail.com> wrote:

 Hi all,
 
 The Apache OpenNLP PPMC is very pleased to announce that

 Daniel Russ, Peter Thygesen and Koji Sekiguchi accepted our invitation to
 become Apache OpenNLP committers.
 
 Congratulations, and welcome in the team!
 
 Jörn