Re: JLemmaGen project

2013-12-02 Thread Michal Hlavac
One important update about project! .lem files are NOT licensed under Apache License 2.0 and are restricted to use only in non-commercial software. thank, miso Na Monday 11 November 2013 13:28:21 Michal Hlavac napísali: > Hi, > > I changed license to Apache Licence 2.0 to be more compatible wi

Re: JLemmaGen project

2013-11-24 Thread Michal Hlavac
other > projects? > > Thanks in advance. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/JLemmaGen-project-tp4097466p4102567.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > ---

Re: JLemmaGen project

2013-11-22 Thread Zuhra
jects? Thanks in advance. -- View this message in context: http://lucene.472066.n3.nabble.com/JLemmaGen-project-tp4097466p4102567.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Re: JLemmaGen project

2013-11-11 Thread Michal Hlavac
Hi, I changed license to Apache Licence 2.0 to be more compatible with lucene. m. Na Monday 04 November 2013 19:14:57 Lance Norskog napísali: > This is very cool! Lemmatization is an important tool for making search > work better. > > Would you consider changing the licensing to the Apache 2.0

Re: JLemmaGen project

2013-11-04 Thread Dawid Weiss
Hi Michal, Pretty cool. Your work reminds me of what Leo Galambos did a while back: http://link.springer.com/chapter/10.1007/978-3-540-39985-8_22 I believe his implementation is still available in the Egothor search engine project. Dawid On Wed, Oct 23, 2013 at 5:17 PM, Michal Hlavac wrote:

Re: JLemmaGen project

2013-11-04 Thread Lance Norskog
This is very cool! Lemmatization is an important tool for making search work better. Would you consider changing the licensing to the Apache 2.0 license? On 10/23/2013 08:17 AM, Michal Hlavac wrote: Hi, I rewrote lemmatizer project LemmaGen (http://lemmatise.ijs.si/) to java. Originally it's

JLemmaGen project

2013-10-23 Thread Michal Hlavac
Hi, I rewrote lemmatizer project LemmaGen (http://lemmatise.ijs.si/) to java. Originally it's written in C#. Lemmagen project uses rules to lemmatize word. Algorithm is described here: http://lemmatise.ijs.si/Download/File/Documentation%23JournalPaper.pdf Project is writtten under GPLv3. Sources