N-gram error tracking for adaptive drill selection

This commit is contained in:
2026-02-24 14:55:51 -05:00
parent 0c5a70d5c4
commit e7f57dd497
11 changed files with 2244 additions and 10 deletions

View File

@@ -21,6 +21,11 @@ reqwest = { version = "0.12", features = ["blocking"], optional = true }
[dev-dependencies]
tempfile = "3"
criterion = { version = "0.5", features = ["html_reports"] }
[[bench]]
name = "ngram_benchmarks"
harness = false
[features]
default = ["network"]