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).