Re: o.a.l.u.fst package's sample code might be outdated?

2014-12-13 Thread Tomoko Uchida
Thank you Koji, I opened LUCENE-6112 and attached a patch. Regards, Tomoko 2014-12-14 12:19 GMT+09:00 Koji Sekiguchi : > > Hi Tomoko, > > Please don't hesitate to open a JIRA issue and give your patch to fix > the error you found. > > Koji > -- > http://soleami.com/blog/comparing-document-classif

Re: o.a.l.u.fst package's sample code might be outdated?

2014-12-13 Thread Koji Sekiguchi
Hi Tomoko, Please don't hesitate to open a JIRA issue and give your patch to fix the error you found. Koji -- http://soleami.com/blog/comparing-document-classification-functions-of-lucene-and-mahout.html (2014/12/14 11:11), Tomoko Uchida wrote: Sorry again, I checked the o.a.l.u.fst.TestFSTs.j

Re: o.a.l.u.fst package's sample code might be outdated?

2014-12-13 Thread Tomoko Uchida
Sorry again, I checked the o.a.l.u.fst.TestFSTs.java, and found this modification seems to be OK. > So, I changed scrachInts variable's type, from IntsRef to IntsRefBuilder. And it worked fine. I think example codes in Javadocs are important to new developers (like me,) would be glad if someone