Manually train and test spam classifier (closes #473 closes #264 closes #257 closes #471)

This commit is contained in:
mdecimus
2024-06-10 13:02:52 +01:00
parent 8d3839a90b
commit 835c7d8c30
13 changed files with 225 additions and 16 deletions

View File

@@ -55,4 +55,8 @@ impl<'x> UrlParams<'x> {
{
self.get(key).and_then(|v| v.parse().ok())
}
pub fn into_inner(self) -> HashMap<Cow<'x, str>, Cow<'x, str>> {
self.params
}
}