hobama / dkpro-wsd

Automatically exported from code.google.com/p/dkpro-wsd
0 stars 0 forks source link

Work around extJWNL's lookupAllBaseForms() bug #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
extJWNL has a bug affecting the lookupAllBaseForms() method of its 
MorphologicalProcessor class.  Much of the time, the first invocation to this 
method with a given set of parameters returns an incomplete list of base forms. 
 (See upstream bug report at <https://github.com/extjwnl/extjwnl/issues/6>.)

Our supervised.ims-gpl module is probably affected by this bug, since it makes 
use of this method.  The workaround is to insert a dummy call to 
lookupAllBaseForms() (with the same parameters) before invoking it.

Original issue reported on code.google.com by tristan.miller@nothingisreal.com on 6 Feb 2015 at 10:04

GoogleCodeExporter commented 9 years ago
Oh, I see that supervised.ims-gpl module uses JWNL, not extJWNL.  JWNL is not 
affected by the morphological processing bug.  Closing as invalid.

Original comment by tristan.miller@nothingisreal.com on 6 Feb 2015 at 10:23