pub fn parse_file(bytes: &[u8], format: &str) -> FileFactsExpand description
Parse a terminology / parallel-data file (CSV or TSV) for its size, record count, and language columns. This reads the caller-supplied data file only; it runs no translation. Unknown / binary formats yield just the byte size.