Open GoogleCodeExporter opened 8 years ago
I have a similar issue. I believe the problem is that the EngineGetter is
expecting to find files with names like 'CONFIGURATION', 'FEATURE', etc, (see
e.g., EngineGetter.java, line 154), but in the new models the zipped files have
names like 'pos_CONFIGURATION' and 'posFEATURE0'. Since the EngineGetter
functions look for file names using strict equality, in functions like
getPosTaggers() (EngineGetter.java, line 138), the function loops without
finding anything, and most fields stay null. To fix this, model files should
either be renamed, or some other sort of file matching should take place in
EngineGetter.java.
Original comment by swisema...@gmail.com
on 9 Feb 2013 at 4:22
Original issue reported on code.google.com by
admac...@gmail.com
on 25 Jan 2013 at 1:16