From 4617beb29bc6b4af8b5cd305a1f12c790d33a96d Mon Sep 17 00:00:00 2001 From: Finn Bear Date: Wed, 13 Mar 2024 22:27:52 -0700 Subject: [PATCH] Update readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e68c904..5954874 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ is used as a dataset. Positive accuracy is the percentage of profanity detected | Crate | Accuracy | Positive Accuracy | Negative Accuracy | Time | |-------|----------|-------------------|-------------------|------| -| [rustrict](https://crates.io/crates/rustrict) | 79.85% | 93.99% | 76.32% | 8s | +| [rustrict](https://crates.io/crates/rustrict) | 79.81% | 93.99% | 76.27% | 8s | | [censor](https://crates.io/crates/censor) | 76.16% | 72.76% | 77.01% | 23s | ## Development