pub fn encode_all_strings( strings: &Vec<String>, ) -> (Box<dyn SymbolTable>, Vec<Vec<u8>>)
encode all given strings it will sample the given strings and build a symbol table which will be returned in a tuple