aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2019-09-26 19:52:33 +0300
committerYigit Sever2019-09-26 19:52:33 +0300
commitd7391ffce2438057113d5c8742d996b0202f5dd2 (patch)
tree387fdddc2498c068e00b7f0584eef84380f24564
parentd63839410faaeeb5522edd0c2109ae465cd5cdc5 (diff)
downloadEvaluating-Dictionary-Alignment-d7391ffce2438057113d5c8742d996b0202f5dd2.tar.gz
Evaluating-Dictionary-Alignment-d7391ffce2438057113d5c8742d996b0202f5dd2.tar.bz2
Evaluating-Dictionary-Alignment-d7391ffce2438057113d5c8742d996b0202f5dd2.zip
Fix typos
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index f7d4fce..a0a8952 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ Then;
63./get_data.sh 63./get_data.sh
64``` 64```
65 65
66This will create two directories; `dictionaries` and `wordnets`. Definition files that are used by the unsupervised methods are in `wordnets/ready`, they come in pairs, `a_to_b.def` and `b_to_a.def` for wordnet definitions in language `a` and `b`. The pairs are aligned linewise; definitons on the same line for either file belong to the same wordnet synset, in the respective language. 66This will create two directories; `dictionaries` and `wordnets`. Definition files that are used by the unsupervised methods are in `wordnets/ready`, they come in pairs, `a_to_b.def` and `b_to_a.def` for wordnet definitions in language `a` and `b`. The pairs are aligned linewise; definitions on the same line for either file belong to the same wordnet synset, in the respective language.
67 67
68<details><summary>Language pairs and number of available aligned glosses</summary> 68<details><summary>Language pairs and number of available aligned glosses</summary>
69<p> 69<p>
@@ -73,18 +73,18 @@ Source Language | Target Language | # of Pairs
73English | Bulgarian | 4959 73English | Bulgarian | 4959
74English | Greek | 18136 74English | Greek | 18136
75English | Italian | 12688 75English | Italian | 12688
76English | Romaian | 58754 76English | Romanian | 58754
77English | Slovenian | 3144 77English | Slovenian | 3144
78English | Albanian | 4681 78English | Albanian | 4681
79Bulgarian | Greek | 2817 79Bulgarian | Greek | 2817
80Bulgarian | Italian | 2115 80Bulgarian | Italian | 2115
81Bulgarian | Romaian | 4701 81Bulgarian | Romanian | 4701
82Greek | Italian | 4801 82Greek | Italian | 4801
83Greek | Romaian | 2144 83Greek | Romanian | 2144
84Greek | Albanian | 4681 84Greek | Albanian | 4681
85Italian | Romaian | 10353 85Italian | Romanian | 10353
86Romaian | Slovenian | 2085 86Romanian | Slovenian | 2085
87Romaian | Albanian | 4646 87Romanian | Albanian | 4646
88 88
89</p> 89</p>
90</details> 90</details>