We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661b736 commit 935c271Copy full SHA for 935c271
Dockerfile.ST-Baseline
@@ -6,7 +6,7 @@ RUN pip install --upgrade pip
6
RUN pip install http://download.pytorch.org/whl/cu90/torch-0.3.0.post4-cp27-cp27mu-linux_x86_64.whl
7
RUN pip install torchvision
8
RUN pip install -U numpy
9
-
+RUN pip install nltk
10
11
RUN cd /opt && \
12
git clone https://github.com/quanpn90/OpenNMT-py -b MultiLingual
README.md
@@ -9,6 +9,7 @@ The system uses the following software:
* [Translation error rate](http://www.cs.umd.edu/%7Esnover/tercom/)
* [BEER](https://github.com/stanojevic/beer)
* [CharacTER](https://github.com/rwth-i6/CharacTER)
+* [NLTK](http://www.nltk.org/)
13
14
15
Requirements:
0 commit comments