RE: Word Sense Disambiguator

2015-11-02 Thread Anthony Beylerian
Hello Cristian, Sorry for the late reply, I finally have a copy of a good corpus for coarse testing (OntoNotes). I will start working again on the component sometime this week. Best, Anthony > Date: Mon, 12 Oct 2015 15:24:46 +0300 > Subject: Re: Word Sense Disambiguator

Re: Word Sense Disambiguator

2015-09-19 Thread Anthony Beylerian
tokenized > text > >> or > >> > > > > sentence for example for Lesk: > >> > > > > > >> > > > > 1>> String[] words = > >> > > Loader.getTokenizer().tokenize(sentence); > >> &

Re: Word Sense Disambiguator

2015-09-09 Thread Aliaksandr Autayeu
> [opennlp.tools.disambiguator.Constants.printResults] > > > > > > > > For using the variations of Lesk, you will need to create and > > configure a > > > > parameters object: > > > > 5>> LeskParameters leskParams = new LeskPa

Re: Word Sense Disambiguator

2015-07-24 Thread Joern Kottmann
It would be nice if you could share instructions on how to run it. I also would like to give it a try. Jörn On Fri, Jul 24, 2015 at 4:54 AM, Anthony Beylerian anthonybeyler...@hotmail.com wrote: Hello, Yes for the moment we are only using WordNet for sense definitions.The plan is to

RE: Word Sense Disambiguator

2015-07-24 Thread Anthony Beylerian
+0200 Subject: Re: Word Sense Disambiguator From: kottm...@gmail.com To: dev@opennlp.apache.org It would be nice if you could share instructions on how to run it. I also would like to give it a try. Jörn On Fri, Jul 24, 2015 at 4:54 AM, Anthony Beylerian anthonybeyler...@hotmail.com wrote

RE: Word Sense Disambiguator

2015-07-23 Thread Anthony Beylerian
Hello, Yes for the moment we are only using WordNet for sense definitions.The plan is to complete the package by mid to late August, but if you like you can follow up on the progress from the sandbox. Best regards, Anthony Date: Thu, 23 Jul 2015 15:36:57 +0300 Subject: Word Sense Disambiguator