aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2019-09-18 18:38:46 +0300
committerYigit Sever2019-09-18 18:38:46 +0300
commit331527af7bd9a3aa7c3ed400afd7bd9bdabca1d3 (patch)
treef9a37b66e8eb3f0849eb4cbd1261e818d6451ef3
parentc42d42e9eb450343f8077c953bc85fadf2a657fa (diff)
downloadEvaluating-Dictionary-Alignment-331527af7bd9a3aa7c3ed400afd7bd9bdabca1d3.tar.gz
Evaluating-Dictionary-Alignment-331527af7bd9a3aa7c3ed400afd7bd9bdabca1d3.tar.bz2
Evaluating-Dictionary-Alignment-331527af7bd9a3aa7c3ed400afd7bd9bdabca1d3.zip
Fix typos
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6e246a9..9ab0516 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
3This repository contains the scripts to prepare the resources for the study as well as open source implementations of the methods. 3This 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;
32git submodule init && git submodule update 32git 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