diff options
author | Yigit Sever | 2019-09-18 20:06:47 +0300 |
---|---|---|
committer | Yigit Sever | 2019-09-18 20:06:47 +0300 |
commit | c7b706ce68501f8a4d5fdf652d1d95c33c1f55b7 (patch) | |
tree | 2be236c266562e82bbf869c5cd8621bf69e12512 | |
parent | b3ca672a6d84c941707722961a28455ef1d04ffb (diff) | |
parent | 331527af7bd9a3aa7c3ed400afd7bd9bdabca1d3 (diff) | |
download | Evaluating-Dictionary-Alignment-c7b706ce68501f8a4d5fdf652d1d95c33c1f55b7.tar.gz Evaluating-Dictionary-Alignment-c7b706ce68501f8a4d5fdf652d1d95c33c1f55b7.tar.bz2 Evaluating-Dictionary-Alignment-c7b706ce68501f8a4d5fdf652d1d95c33c1f55b7.zip |
Merge branch 'master' of github.com:yigitsever/Evaluating-Dictionary-Alignment
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ | |||
3 | This repository contains the scripts to prepare the resources for the study as well as open source implementations of the methods. | 3 | This repository contains the scripts to prepare the resources for the study as well as open source implementations of the methods. |
4 | 4 | ||
5 | ## Requirements | 5 | ## Requirements |
6 | - python3 | 6 | - Python 3 |
7 | - nltk | 7 | - nltk |
8 | ```python | 8 | ```python |
9 | import nltk | 9 | import nltk |
@@ -32,7 +32,7 @@ Otherwise; | |||
32 | git submodule init && git submodule update | 32 | git submodule init && git submodule update |
33 | ``` | 33 | ``` |
34 | 34 | ||
35 | * make sure `./get_data` is already run and `dictionaries` folder is present. | 35 | * make sure `./get_data` is already run and `dictionaries` directory is present. |
36 | 36 | ||
37 | * run; | 37 | * run; |
38 | 38 | ||