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.
pub fn defining_sentence_luhn<'a>(
text: &'a str,
scope: &mut MemoryScope<'_>,
) -> &'a str
Implementation based on H.P. Luhn: The Automatic Creation of Literature Abstracts published in 1957.