Update arman.py
Browse files
arman.py
CHANGED
|
@@ -26,9 +26,9 @@ ArmanPersoNERCorpus includes 250,015 tokens and 7,682 Persian sentences in total
|
|
| 26 |
"""
|
| 27 |
_HOMEPAGE = "https://github.com/HaniehP/PersianNER"
|
| 28 |
_DATA_URL = "https://github.com/HaniehP/PersianNER/raw/master/ArmanPersoNERCorpus.zip"
|
| 29 |
-
_TRAINING_FILE = r'/data/train.txt'
|
| 30 |
-
_DEV_FILE = r'/data/dev.txt'
|
| 31 |
-
_TEST_FILE = r'/data/test.txt'
|
| 32 |
|
| 33 |
class Arman(datasets.GeneratorBasedBuilder):
|
| 34 |
"""ArmanPersoNER Corpus"""
|
|
|
|
| 26 |
"""
|
| 27 |
_HOMEPAGE = "https://github.com/HaniehP/PersianNER"
|
| 28 |
_DATA_URL = "https://github.com/HaniehP/PersianNER/raw/master/ArmanPersoNERCorpus.zip"
|
| 29 |
+
_TRAINING_FILE = r'arman/data/train.txt'
|
| 30 |
+
_DEV_FILE = r'arman/data/dev.txt'
|
| 31 |
+
_TEST_FILE = r'arman/data/test.txt'
|
| 32 |
|
| 33 |
class Arman(datasets.GeneratorBasedBuilder):
|
| 34 |
"""ArmanPersoNER Corpus"""
|