cort-train -in new_retraining_data.conll \
-out pretrained_model.obj \
-extractor cort.coreference.approaches.mention_ranking.extract_substructures \
-perceptron cort.coreference.approaches.mention_ranking.RankingPerceptron \
-cost_function cort.coreference.cost_functions.cost_based_on_consistency \
-n_iter 5 \
-cost_scaling 100 \
-random_seed 23
but I think it overwrites the model.
Is it possible to retrain models (for example, the one's from https://github.com/smartschat/cort/blob/master/COREFERENCE.md#model-downloads) with new data?
I tried training using-
but I think it overwrites the model.