Skip to main content

save

Function save 

Source
pub fn save(
    varmap: &VarMap,
    labels_a: &[String],
    out_dir: &Path,
) -> Result<(), String>
Expand description

Persist the finetuned tagger: weights plus the label spaces needed to decode it.