aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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