pub fn save( varmap: &VarMap, labels_a: &[String], out_dir: &Path, ) -> Result<(), String>
Persist the finetuned tagger: weights plus the label spaces needed to decode it.