From 42df7c1e4810b8c59d9ea12fc8ba11df8f6fc7d0 Mon Sep 17 00:00:00 2001 From: Yang Dong Date: Tue, 28 Dec 2021 23:30:50 -0800 Subject: [PATCH] Fix broken link in `definite_pronoun_resolution` --- tensorflow_datasets/text/definite_pronoun_resolution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow_datasets/text/definite_pronoun_resolution.py b/tensorflow_datasets/text/definite_pronoun_resolution.py index c6d34f946d8..a5b1eb4f397 100644 --- a/tensorflow_datasets/text/definite_pronoun_resolution.py +++ b/tensorflow_datasets/text/definite_pronoun_resolution.py @@ -40,7 +40,7 @@ more than once in the sentence, its first occurrence is the one to be resolved. """ -_DATA_URL_PATTERN = 'http://www.hlt.utdallas.edu/~vince/data/emnlp12/{}.c.txt' +_DATA_URL_PATTERN = 'https://s3.amazonaws.com/datasets.huggingface.co/definite_pronoun_resolution/{}.c.txt' class DefinitePronounResolution(tfds.core.GeneratorBasedBuilder):