Function layered_nlp::create_line_from_input_tokens[][src]

pub fn create_line_from_input_tokens<F>(
    input: Vec<InputToken>,
    get_text_size: F
) -> LLLine where
    F: Fn(&str) -> usize