diff --git a/README.rst b/README.rst index 5689709d72..b6a3b7cf7f 100644 --- a/README.rst +++ b/README.rst @@ -33,10 +33,9 @@ If you want to use English tokenizer from `SpaCy `_, you need pip install spacy python -m spacy download en -Alternatively, you might want to use Moses tokenizer from `NLTK `_. You have to install NLTK and download the data needed:: +Alternatively, you might want to use the `Moses `_ tokenizer port in `SacreMoses `_ (split from `NLTK `_). You have to install SacreMoses:: - pip install nltk - python -m nltk.downloader perluniprops nonbreaking_prefixes + pip install sacremoses Documentation =============