gateplugin-LearningFramework
gateplugin-LearningFramework copied to clipboard
Refactor creating class annotation code, move from ModelApplication to SeqEncoder
Ideally, we should have both encoding and decoding code in the SeqEncoder (mabe rename to SeqEncoderDecoder) classes but currently the decoding is in the ModelApplication class. Needs some refactoring and cleaning up!