searchy

Function defining_sentence_luhn

Source
pub fn defining_sentence_luhn<'a>(
    text: &'a str,
    scope: &mut MemoryScope<'_>,
) -> &'a str
Expand description

Implementation based on H.P. Luhn: The Automatic Creation of Literature Abstracts published in 1957.