pub fn parse_index_from_file<P: AsRef<Path>>( path: P, lazy: bool, ) -> Result<Index<BufReader<File>>, DictError>
Parse the index for a dictionary from a given path.