From 377803aa44b1545b59025f7e7cf93dfdca311bc9 Mon Sep 17 00:00:00 2001 From: Bo Zhou Date: Mon, 29 Mar 2021 19:40:38 +0800 Subject: [PATCH] Update README.md --- examples/mrc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mrc/README.md b/examples/mrc/README.md index e22cc83..28048da 100644 --- a/examples/mrc/README.md +++ b/examples/mrc/README.md @@ -90,7 +90,7 @@ After the run, you can view the saved models in the `outputs/` folder and the pr Before the evaluation, you need to install `nltk` and download the `punkt` tokenizer for nltk: ```shell -pip insall nltk +pip install nltk python -m nltk.downloader punkt ```