From c4d9a4151a4ae726cdfb61ef89106d9d967c5a14 Mon Sep 17 00:00:00 2001 From: spencer kelly Date: Wed, 3 Feb 2021 20:09:10 -0500 Subject: [PATCH] fix for #801 --- README.md | 2 +- scratch.js | 3 ++- src/01-tokenizer/02-words.js | 2 +- tests/_pennSample.js | 16 ---------------- tests/tokenize.test.js | 4 ++++ 5 files changed, 8 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 8c01a197e..0aa6d330a 100644 --- a/README.md +++ b/README.md @@ -826,7 +826,7 @@ or if you don't care about POS-tagging, you can use the tokenize-only build: (90 ✨ Partial builds?