Re: GSoC 2015 - WSD Module

2015-06-01 Thread Joern Kottmann
Hello, I had a look at your APIs. Lets start with the WSDisambiguator. Should that be an interface? // returns the senses ordered by their score (best one first or only 1 in supervised case) String[] disambiguate(String inputText,int inputWordposition); Shouldn't we have a tokenized input? Or i

Re: OpenNLP 1.6.0 RC 4 ready for testing

2015-06-01 Thread František Hartman
Hi, thanks for quick response. By release I meant "upload release candidate into public maven repository", not actually releasing final version. Sorry for my misunderstanding the purpose of your release candidate. Generally in context of other open source projects (some Apache included) RC (or a

Re: OpenNLP 1.6.0 RC 4 ready for testing

2015-06-01 Thread Richard Eckart de Castilho
Btw. usually, there is little to no difference between the latest SNAPSHOT version, e.g. 1.6.0-SNAPSHOT in this case, and the RC. You could switch your CI to use the SNAPSHOT versions from the Apache repos. Please mind that these SNAPSHOTS are *not* releases, did not generally undergo the proce

Re: OpenNLP 1.6.0 RC 4 ready for testing

2015-06-01 Thread Richard Eckart de Castilho
Hi, this is not a release - it is a release CANDIDATE. The procedure used here is the typical Apache procedure: - create release candidate - ask PMC members to check the RC and vote on it - if vote passes, the release is complete It is not possible to create a release without the votes. I thin

Re: OpenNLP 1.6.0 RC 4 ready for testing

2015-06-01 Thread František Hartman
Hi, I wanted try the RC4 in our project. But this gives me headaches: > To use it in a maven build set the version for opennlp-tools or > opennlp-uima to 1.6.0 and add the following URL to your settings.xml file: > https://repository.apache.org/content/repositories/orgapacheopennlp-1003 > > I do

Re: OpenNLP 1.6.0 RC 4 ready for testing

2015-06-01 Thread Rodrigo Agerri
Hello, I tested the pos tagger, namefinder and constituent parser in my projects and no problems reported. I am not aware of any issues left for next RC. Cheers, R On Fri, May 29, 2015 at 5:49 PM, Joern Kottmann wrote: > I accidentally didn't include the dev list in my reply. > > Here are my