Skip to main content

from_strings_file

Function from_strings_file 

Source
pub fn from_strings_file(path: &Path) -> Result<Vec<ClassifiedString>>
Expand description

Parse a pre-extracted strings file into ClassifiedString values.

Each line becomes one ClassifiedString with empty categories (to be classified later by the pipeline).