Update ner.py
Browse files
ner.py
CHANGED
|
@@ -32,7 +32,7 @@ _DESCRIPTION = """\
|
|
| 32 |
aa
|
| 33 |
"""
|
| 34 |
|
| 35 |
-
_URL = "https://raw.githubusercontent.com/BihterDass/ner/main/ner
|
| 36 |
_TRAINING_FILE = "train.txt"
|
| 37 |
_DEV_FILE = "valid.txt"
|
| 38 |
_TEST_FILE = "test.txt"
|
|
|
|
| 32 |
aa
|
| 33 |
"""
|
| 34 |
|
| 35 |
+
_URL = "https://raw.githubusercontent.com/BihterDass/ner/main/ner.zip"
|
| 36 |
_TRAINING_FILE = "train.txt"
|
| 37 |
_DEV_FILE = "valid.txt"
|
| 38 |
_TEST_FILE = "test.txt"
|