Skip to content

Commit 935c271

Browse files
committed
NLTK added
1 parent 661b736 commit 935c271

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile.ST-Baseline

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN pip install --upgrade pip
66
RUN pip install http://download.pytorch.org/whl/cu90/torch-0.3.0.post4-cp27-cp27mu-linux_x86_64.whl
77
RUN pip install torchvision
88
RUN pip install -U numpy
9-
9+
RUN pip install nltk
1010

1111
RUN cd /opt && \
1212
git clone https://github.com/quanpn90/OpenNMT-py -b MultiLingual

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The system uses the following software:
99
* [Translation error rate](http://www.cs.umd.edu/%7Esnover/tercom/)
1010
* [BEER](https://github.com/stanojevic/beer)
1111
* [CharacTER](https://github.com/rwth-i6/CharacTER)
12+
* [NLTK](http://www.nltk.org/)
1213

1314

1415
Requirements:

0 commit comments

Comments
 (0)