aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYigit Sever2019-09-20 17:05:37 +0300
committerYigit Sever2019-09-20 17:05:37 +0300
commitdad5f6d92c71f9325017c81d77a1b4e1e5728467 (patch)
tree7cd467246671b7c70c25576829f957f42b2d095f /README.md
parentaea0ad57f7b7c82a20892343a3979bc4cc4e76ee (diff)
downloadEvaluating-Dictionary-Alignment-dad5f6d92c71f9325017c81d77a1b4e1e5728467.tar.gz
Evaluating-Dictionary-Alignment-dad5f6d92c71f9325017c81d77a1b4e1e5728467.tar.bz2
Evaluating-Dictionary-Alignment-dad5f6d92c71f9325017c81d77a1b4e1e5728467.zip
Clarify README, split requirements
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/README.md b/README.md
index e49777a..4c5073e 100644
--- a/README.md
+++ b/README.md
@@ -10,15 +10,12 @@ cd Evaluating-Dictionary-Alignment
10## Requirements 10## Requirements
11 11
12```bash 12```bash
13pip install -r pre_requirements.txt
13pip install -r requirements.txt 14pip install -r requirements.txt
14``` 15```
15 16
16- Python 3 17- Python 3
17- [nltk](http://www.nltk.org/) 18- [nltk](http://www.nltk.org/)
18 ```python
19 import nltk
20 nltk.download('wordnet')
21 ```
22- [lapjv](https://pypi.org/project/lapjv/) 19- [lapjv](https://pypi.org/project/lapjv/)
23- [POT](https://pypi.org/project/POT/) 20- [POT](https://pypi.org/project/POT/)
24- [mosestokenizer](https://pypi.org/project/mosestokenizer/) 21- [mosestokenizer](https://pypi.org/project/mosestokenizer/)
@@ -53,7 +50,14 @@ Rest of this README assumes that you are in the repository root directory.
53 50
54## Acquiring The Data 51## Acquiring The Data
55 52
56*Please make sure that the requirements are met, nltk is critical for this stage* 53nltk is required for this stage;
54
55```python
56import nltk
57nltk.download('wordnet')
58```
59
60Then;
57 61
58```bash 62```bash
59./get_data.sh 63./get_data.sh