aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: c87fe29e6be08c17eba07722c0abfd3401eac551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Evaluating cross-lingual textual similarity on dictionary alignment

This repository contains the scripts to prepare the resources for the study as well as open source implementations of the methods.

## Requirements
- python3
- nltk
    ```python
    import nltk
    nltk.download('wordnet')
    ```

## Acquiring The Data

```bash
git clone https://github.com/yigitsever/Evaluating-Dictionary-Alignment.git && cd Evaluating-Dictionary-Alignment
./get_data.sh
```

This will create two directories; `dictionaries` and `wordnets`.
Linewise aligned definition files are in `wordnets/ready`.