@@ -14,9 +14,9 @@ module UD_English
14
14
download
15
15
16
16
const DEPNAME = " UD_English"
17
- const TRAINFILE = " en -ud-train.conllu"
18
- const DEVFILE = " en -ud-dev.conllu"
19
- const TESTFILE = " en -ud-test.conllu"
17
+ const TRAINFILE = " en_ewt -ud-train.conllu"
18
+ const DEVFILE = " en_ewt -ud-dev.conllu"
19
+ const TESTFILE = " en_ewt -ud-test.conllu"
20
20
21
21
download (args... ; kw... ) = download_dep (DEPNAME, args... ; kw... )
22
22
@@ -42,7 +42,7 @@ module UD_English
42
42
Marie-Catherine de Marneffe and Samuel
43
43
Bowman and Miriam Connor and John Bauer and
44
44
Christopher D. Manning
45
- Website: https://github.com/UniversalDependencies/UD_English
45
+ Website: https://github.com/UniversalDependencies/UD_English-EWT
46
46
47
47
A Gold Standard Universal Dependencies Corpus for
48
48
English, built over the source material of the
@@ -70,7 +70,7 @@ module UD_English
70
70
responsibility. Copyright and License is discussed in
71
71
detail on the Website.
72
72
""" ,
73
- " https://raw.githubusercontent.com/UniversalDependencies/UD_English/master/" .* [TRAINFILE, DEVFILE, TESTFILE],
73
+ " https://raw.githubusercontent.com/UniversalDependencies/UD_English-EWT /master/" .* [TRAINFILE, DEVFILE, TESTFILE],
74
74
" 2311e260488453d5ba170cfd94e58ac4bd536263ea9545c7b25f0804e87b28a2" ,
75
75
))
76
76
end
0 commit comments