Skip to content

Adding variable recom. taggers

Alexander Froch requested to merge alfroch-update-evaluate-model into master

This MR adds the possibility to add taggers that are in the samples included, like rnnip or dl1r to the evaluation file. This is already implemented but hard-coded for rnnip and dl1r only. Now, you can define them with their respective fc value in the train_config.

Note: When you now use dl1r or rnnip or some other tagger that is already provided in the samples, check the name in the samples. Its case sensitive and, for example, dl1r now is DL1r.

Edited by Alexander Froch

Merge request reports