parse_index_from_file

Function parse_index_from_file 

Source
pub fn parse_index_from_file<P: AsRef<Path>>(
    path: P,
    lazy: bool,
) -> Result<Index<BufReader<File>>, DictError>
Expand description

Parse the index for a dictionary from a given path.