Re: Logging in OpenNLP

2022-12-29 Thread Bruno P. Kinoshita
In Apache Commons when we need to use a logging library, we use JUL as in B) (e.g. Commons Imaging). But higher level code like OpenNLP or Jena, I think it makes more sense C), so +1 for C) (or B) if others prefer, -0 to A)). Thanks! -Bruno On 2022/12/15 10:56:01 Richard Zowalla wrote: > Hi

Re: [VOTE] Apache OpenNLP 2.1.0 Release Candidate

2022-11-16 Thread Bruno P. Kinoshita
+1 tested on Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /opt/apache-maven-3.8.6 Java version: 19.0.1, vendor: Oracle Corporation, runtime: /usr/lib/jvm/jdk-19 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.0-1054-oem", arch:

Re: [VOTE] Apache OpenNLP 2.0.0 Release Candidate

2022-05-09 Thread Bruno P. Kinoshita
Hi Jeff, I think the NOTICE file needs to be adjusted to 2022? https://github.com/apache/opennlp/blob/804ad5579b829f3a9b7b2bf3af819c53d6bb4290/NOTICE#L2https://github.com/apache/opennlp/blob/2.0.0/NOTICE#L2 I downloaded a ZIP from Maven (opennlp-distr-2.0.0-bin.zip) and its NOTICE had 2017.

Re: OpenNLP 2.0 release discussion

2022-04-05 Thread Bruno P. Kinoshita
+1 Jeff, thanks! Bruno On Wednesday, 6 April 2022, 02:34:35 am NZST, Jeff Zemerick wrote: Hi all, I would like to propose an OpenNLP 2.0 release for the following reasons: - There are a few significant changes: Building using Java 11, support for ONNX models, automatic model

Re: updating documentation

2022-02-17 Thread Bruno P. Kinoshita
The tools that I have been using in projects and $work are: - Hugo for static site; migrating my own site, Apache Jena is on hugo, and I helped migrating Apache SIS and some OGC sites. Hugo is really fast comparing to Jekyll, and Markdown. - sphinx; using it for Python libraries and tools,

[Build] Move from Travis CI to GH Actions?

2022-01-07 Thread Bruno P. Kinoshita
Hi, I was reviewing a simple PR but after squashing commits and rebasing, Travis CI never came back to build it. I closed and then opened it again, and nothing. I went to app.travis-ci.com/github/apache/opennlp, looked for the build in the pull requests tab and found that it was in progress.

Re: [VOTE] Apache OpenNLP 1.9.4 Release Candidate

2021-10-27 Thread Bruno P. Kinoshita
Hi, Had a look at the JIRA change set, and it looks like this release contains mostly small improvements. [x] +1 Release the packages as Apache OpenNLP 1.9.4 Built OK from tag on my environment Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f) Maven home: /opt/apache-maven-3.8.2

Re: [VOTE] Apache OpenNLP Models 1.0

2021-04-25 Thread Bruno P. Kinoshita
Hi Jeff, Sorry for the delay on voting. From what I recall, one issue raised in the last thread I think was the location of the models. These looks to be hosted at ASF hosted dist folders, so shouldn't have any more issues. Checked signatures and found no errors. Looked at each text file int

Re: [VOTE] Release OpenNLP Models trained on UD

2021-03-12 Thread Bruno P. Kinoshita
[x] +1 Release the models as model version 1.0. On Saturday, 13 March 2021, 2:39:37 am NZDT, Jeff Zemerick wrote: All, I am calling a vote to release the Apache OpenNLP models trained on the Universal Dependencies corpus. The models were described in a previous thread you can see at

Re: OpenNLP UD models

2021-01-06 Thread Bruno P. Kinoshita
Hi Jeff, Cannot comment much on the process or direction, except that it looks good to me. >While decent performance is always beneficial, the primary purpose of this task is to provide working OpenNLP models the project can distribute. Having these models will help reduce the barrier to entry

Re: [VOTE] Apache OpenNLP 1.9.3 Release Candidate

2020-07-28 Thread Bruno P. Kinoshita
ngs to the owner. Primary key fingerprint: 6786 BCFF BD2A E66E 737F  E977 60E6 3AD8 41EF 12D8 Jeff On Sun, Jul 26, 2020 at 5:25 AM Bruno P. Kinoshita wrote: > Hi, > > > Built successfully from tag with Java 8 on Ubuntu LTS. Had a look at one > file from the dist area, and the cont

Re: [VOTE] Apache OpenNLP 1.9.3 Release Candidate

2020-07-26 Thread Bruno P. Kinoshita
Hi, Built successfully from tag with Java 8 on Ubuntu LTS. Had a look at one file from the dist area, and the contents looked OK (license, notice, jars were using the right version 1.9.3 too). Also checked the signatures using some shell script I normally use, but it failed to validate. I

Re: [VOTE] Apache OpenNLP 1.9.0 Release Candidate

2018-06-24 Thread Bruno P. Kinoshita
+1 Building from tag passing OK, alas not enough time to look at all changes and check signatures. Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T20:58:13+13:00) Maven home: /opt/apache-maven-3.5.2 Java version: 1.8.0_151, vendor: Oracle Corporation Java home:

Re: [VOTE] Apache OpenNLP 1.8.1 Release Candidate 3

2017-07-07 Thread Bruno P. Kinoshita
Build passing OK with the following environment: Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-11T05:41:47+13:00) Maven home: /opt/maven Java version: 1.8.0_131, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-oracle/jre Default locale: en_US, platform encoding:

Re: CoReference

2017-05-18 Thread Bruno P. Kinoshita
ote: > >> > >> > 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

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

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

Re: [VOTE] Apache OpenNLP 1.8.0 Release Candidate

2017-05-09 Thread Bruno P. Kinoshita
+1 not binding Build passing OK. Apache Maven 3.3.9 Maven home: /usr/share/maven Java version: 1.8.0_131, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-oracle/jre Default locale: en_NZ, platform encoding: UTF-8 OS name: "linux", version: "4.4.0-77-generic", arch: "amd64", family:

Re: Update web site layout

2017-03-04 Thread Bruno P. Kinoshita
neel Marthi <smar...@apache.org> wrote: > There are few that r doing that presently, check out the Flink project as > also Pirk. > > > > http://flink.apache.org > http://pirk.incubator.apache.org > > > > On Fri, Mar 3, 2017 at 4:38 PM, Bruno P. Kinoshita < > brunod

Re: Update web site layout

2017-03-03 Thread Bruno P. Kinoshita
t: Re: Update web site layout There are few that r doing that presently, check out the Flink project as also Pirk. http://flink.apache.org http://pirk.incubator.apache.org On Fri, Mar 3, 2017 at 4:38 PM, Bruno P. Kinoshita < brunodepau...@yahoo.com.br.invalid> wrote: > Hi William, >

Re: Update web site layout

2017-03-03 Thread Bruno P. Kinoshita
Hi, Bruno, What do you think if we instead of using maven site we do it using Jekyll + github? That way we don't need to separate the site and documentation deploy. Thank you William 2017-03-03 10:03 GMT-03:00 Bruno P. Kinoshita < brunodepau...@yahoo.com.br.invalid>: > Hi all, > >

Update web site layout

2017-03-03 Thread Bruno P. Kinoshita
Hi all, Didn't find an issue for that, so thought about asking here before creating a ticket in JIRA. Normally I find what I need using the current site (normally models, version, and manual) but thought maybe an update in the web site layout could be a good idea? I thought combined with