Re: GSoC 2015 - WSD Module

2015-05-22 Thread Joern Kottmann
Hello, one of the tasks we should start is, is to define the interface for the WSD component. Please have a look at the other components in OpenNLP and try to propose an interface in a similar style. Can we use one interface for all the different implementations? Jörn On Mon, May 18, 2015 at

Re: GSoC 2015 - WSD Module

2015-05-22 Thread Rodrigo Agerri
Hello Mondher (my response is about supervised WSD), Thanks for the info, it is quite interesting. Apart from the comment by Jörn, which I think is very important if we want to achieve something given the time constrains of the GSOC, I have a couple of recommendations/comments from my part: 1.

Re: W2VClassesDictionary class

2015-05-22 Thread Rodrigo Agerri
Hello, You are right I kept it there while I was doing the test with the WordClusterFeatureGenerator. I will remove it. Best, R On Fri, May 22, 2015 at 1:51 PM, Joern Kottmann kottm...@gmail.com wrote: Hello, looks like this class was renamed into WordClusterDictionary. Can the class

W2VClassesDictionary class

2015-05-22 Thread Joern Kottmann
Hello, looks like this class was renamed into WordClusterDictionary. Can the class W2VClassesDictionary be removed? We shouldn't include it in RC4 when it is not necessary. Thanks, Jörn

OpenNLP RC4

2015-05-22 Thread Joern Kottmann
Hello, we should now be in a good state to do RC4. We finally solved the performance problems with the parser and a couple of very minor things where fixed as well (e.g NOTICE file update). A major addition since RC3 are the automated evaluation tests to speed up our release process. I hope this

Re: GSoC 2015 - WSD Module

2015-05-22 Thread Mondher Bouazizi
Hi all, Thanks Rodrigo for the feedback. I don't mind starting with IMS implementation as a first supervised solution. It seems to a good first step. As for the SST, I will read more about it and will let you know. On the other hand, how about the following interface Anthony and myself prepared