From 2bd50cd8082e686ee74adc0770cc63593b1718f1 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 4 Jul 2022 17:28:11 +0200 Subject: Use Rust to crawl unicode --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 6c3ecf3..5d0ffff 100644 --- a/readme.md +++ b/readme.md @@ -125,7 +125,6 @@ cargo doc --document-private-items #### Refactor - [ ] (1) Use `edit_map` in `subtokenize` (needs to support links in edits) -- [ ] (1) Use rust to crawl unicode #### Parse @@ -276,3 +275,4 @@ important. - [x] (3) Add support for interrupting (or not) - [x] (5) attention - [x] (3) Unicode punctuation +- [x] (1) Use rust to crawl unicode -- cgit