aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ac59f0a..8acf541 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ pip install -r requirements.txt
9``` 9```
10 10
11- Python 3 11- Python 3
12- nltk 12- [nltk](http://www.nltk.org/)
13 ```python 13 ```python
14 import nltk 14 import nltk
15 nltk.download('wordnet') 15 nltk.download('wordnet')