Skip to content

Commit 5f09300

Browse files
alystEvizero
authored andcommitted
UD_English: update links
1 parent 3c9d32a commit 5f09300

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ where `MLDataset` adds the special word: `<eos>` to the end of `y`.
101101

102102
#### UD English
103103

104-
The [UD_English](https://github.com/UniversalDependencies/UD_English)
105-
dataset is an annotated corpus of morphological features,
104+
The [UD_English](https://github.com/UniversalDependencies/UD_English-EWT)
105+
Universal Dependencies English Web Treebank dataset is an annotated corpus of morphological features,
106106
POS-tags and syntactic trees. The dataset follows CoNLL-style
107107
format.
108108

src/UD_English/UD_English.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ module UD_English
1414
download
1515

1616
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"
2020

2121
download(args...; kw...) = download_dep(DEPNAME, args...; kw...)
2222

@@ -42,7 +42,7 @@ module UD_English
4242
Marie-Catherine de Marneffe and Samuel
4343
Bowman and Miriam Connor and John Bauer and
4444
Christopher D. Manning
45-
Website: https://github.com/UniversalDependencies/UD_English
45+
Website: https://github.com/UniversalDependencies/UD_English-EWT
4646
4747
A Gold Standard Universal Dependencies Corpus for
4848
English, built over the source material of the
@@ -70,7 +70,7 @@ module UD_English
7070
responsibility. Copyright and License is discussed in
7171
detail on the Website.
7272
""",
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],
7474
"2311e260488453d5ba170cfd94e58ac4bd536263ea9545c7b25f0804e87b28a2",
7575
))
7676
end

0 commit comments

Comments
 (0)