rex icon indicating copy to clipboard operation
rex copied to clipboard

Implement model serialization & loading. Enable in learning command.

Open malcolmgreaves opened this issue 6 years ago • 0 comments

Do:

  1. Implement a model serialization format for the SVM used in relation learning.
  2. Use this format and enable the learning command to output the model.
  3. Use this format and enable the extraction command to accept a previously trained model.

The relation extraction model serialization format will need to have:

  • The candidate generation method used (or a reference to the method).
  • The entire feature set, with indices, used in the SVM.
  • The learned weights for each feature.

malcolmgreaves avatar Sep 23 '17 03:09 malcolmgreaves