diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -63,7 +63,7 @@ Then; | |||
63 | ./get_data.sh | 63 | ./get_data.sh |
64 | ``` | 64 | ``` |
65 | 65 | ||
66 | This 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. | 66 | This 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 | |||
73 | English | Bulgarian | 4959 | 73 | English | Bulgarian | 4959 |
74 | English | Greek | 18136 | 74 | English | Greek | 18136 |
75 | English | Italian | 12688 | 75 | English | Italian | 12688 |
76 | English | Romaian | 58754 | 76 | English | Romanian | 58754 |
77 | English | Slovenian | 3144 | 77 | English | Slovenian | 3144 |
78 | English | Albanian | 4681 | 78 | English | Albanian | 4681 |
79 | Bulgarian | Greek | 2817 | 79 | Bulgarian | Greek | 2817 |
80 | Bulgarian | Italian | 2115 | 80 | Bulgarian | Italian | 2115 |
81 | Bulgarian | Romaian | 4701 | 81 | Bulgarian | Romanian | 4701 |
82 | Greek | Italian | 4801 | 82 | Greek | Italian | 4801 |
83 | Greek | Romaian | 2144 | 83 | Greek | Romanian | 2144 |
84 | Greek | Albanian | 4681 | 84 | Greek | Albanian | 4681 |
85 | Italian | Romaian | 10353 | 85 | Italian | Romanian | 10353 |
86 | Romaian | Slovenian | 2085 | 86 | Romanian | Slovenian | 2085 |
87 | Romaian | Albanian | 4646 | 87 | Romanian | Albanian | 4646 |
88 | 88 | ||
89 | </p> | 89 | </p> |
90 | </details> | 90 | </details> |