W dniu 2013-10-19 21:00, Daniel Naber pisze: > On 2013-10-17 09:15, Marcin Miłkowski wrote: > >> just for your information, I discovered one small bug in the encoding >> routines in morfologik-stemming. > > When I re-generate the dict files with the new Java class > (POSDictionaryBuilder), the result has its order changed, and some > French disambiguation tests seem to break because of that. Didn't we > have that problem before? How did we solve it?
The order of entries is not guaranteed and regeneration of the dictionary may always result in reordering. So simply the test is wrong if it relies on the ordering, and you can simply paste the new result of the test to fix it. Or sort the tags before passing to the test, so that no reordering would actually impact the tests. Regards, Marcin ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk _______________________________________________ Languagetool-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/languagetool-devel
