Function fast_text::word_vector[][src]

pub fn word_vector(words: &str, model: &str) -> Vec<Vec<f64>>

access to the vectors for a given set of words.

Input: one or more words (separated by spaces) Output: A vec of word vectors (one for each input word)