The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
NotSerializableException saving CRF models (Information Extraction plugin)
After a couple of hours of fiddling around, I got the IE plugin to work (see other threads with problems about the Text Visualizer).
Now I am trying to save the CRF models, but I get a NotSerializableException from the Store operator.
Particularly, the data from
com.rapidminer.operator.learner.sequence.crf.tools.FeatureDictionary
seems to be non-serializable.
Is this is a problem because I am new and am plugging the model output from the validator directly into a store operator, or is this direct storing of models principally OK?
If it is fine, does anybody know/can confirm that storing CRF models from the IE plugin does not work or can tell me how to do it?
Maybe some data transformation is required?
Now I am trying to save the CRF models, but I get a NotSerializableException from the Store operator.
Particularly, the data from
com.rapidminer.operator.learner.sequence.crf.tools.FeatureDictionary
seems to be non-serializable.
Is this is a problem because I am new and am plugging the model output from the validator directly into a store operator, or is this direct storing of models principally OK?
If it is fine, does anybody know/can confirm that storing CRF models from the IE plugin does not work or can tell me how to do it?
Maybe some data transformation is required?
0