Add debug message.

This commit is contained in:
AB
2021-04-04 22:35:33 +03:00
parent 428416a2a3
commit 1facef6897

View File

@ -432,6 +432,7 @@ pub(crate) async fn add_sentence(
};
// Save stemmed words
debug!("Going to stem: {}", text);
let words = mystem.stemming(text)?;
conn.execute("BEGIN TRANSACTION", params![]);
for word in words {