Corrected data url
Browse files
sosialurin-faroese-pos.py
CHANGED
@@ -419,7 +419,7 @@ _DESCRIPTION = """\
|
|
419 |
The corpus that has been created consists of ca. 100.000 words of text from the [Faroese] newspaper Sosialurin. Each word is tagged with grammatical information (word class, gender, number etc.)
|
420 |
"""
|
421 |
|
422 |
-
_URL = "https://huggingface.co/datasets/vesteinn/sosialurin-faroese-pos/
|
423 |
_TRAINING_FILE = "fo.revised.txt"
|
424 |
|
425 |
|
|
|
419 |
The corpus that has been created consists of ca. 100.000 words of text from the [Faroese] newspaper Sosialurin. Each word is tagged with grammatical information (word class, gender, number etc.)
|
420 |
"""
|
421 |
|
422 |
+
_URL = "https://huggingface.co/datasets/vesteinn/sosialurin-faroese-pos/raw/main/"
|
423 |
_TRAINING_FILE = "fo.revised.txt"
|
424 |
|
425 |
|