Skip to content

Commit

Permalink
Update Moses Python Port Link (#529)
Browse files Browse the repository at this point in the history
Change documentation based on #361.
  • Loading branch information
DavidHarrison authored and mttk committed May 7, 2019
1 parent 26bfce6 commit 7b950dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ If you want to use English tokenizer from `SpaCy <http://spacy.io/>`_, you need
pip install spacy
python -m spacy download en

Alternatively, you might want to use Moses tokenizer from `NLTK <http://nltk.org/>`_. You have to install NLTK and download the data needed::
Alternatively, you might want to use the `Moses <http://www.statmt.org/moses/>`_ tokenizer port in `SacreMoses <https://github.com/alvations/sacremoses>`_ (split from `NLTK <http://nltk.org/>`_). You have to install SacreMoses::

pip install nltk
python -m nltk.downloader perluniprops nonbreaking_prefixes
pip install sacremoses

Documentation
=============
Expand Down

0 comments on commit 7b950dd

Please sign in to comment.