[][src]Function text_analysis::words_near

pub fn words_near(
    word: &(String, u32),
    index_rang: usize,
    content_vec: &Vec<String>,
    words_sorted: &Vec<(String, u32)>
) -> Result<HashMap<String, HashMap<String, u32>>>

Search for words +-5 around given word. Returns result.