uner: formating fixes
Browse files- universal_ner.py +2 -0
universal_ner.py
CHANGED
@@ -53,7 +53,9 @@ _DESCRIPTIONS = {
|
|
53 |
"tl_trg": "UD_Tagalog-TRG is a UD treebank manually annotated using sentences from a grammar book.",
|
54 |
"tl_ugnayan": "Ugnayan is a manually annotated Tagalog treebank currently composed of educational fiction and nonfiction text. The treebank is under development at the University of the Philippines.",
|
55 |
}
|
|
|
56 |
_PREFIX = "https://raw.githubusercontent.com/UniversalNER/"
|
|
|
57 |
_UNER_DATASETS = {
|
58 |
"ceb_gja": {
|
59 |
"test": "UNER_Cebuano-GJA/master/ceb_gja-ud-test.iob2",
|
|
|
53 |
"tl_trg": "UD_Tagalog-TRG is a UD treebank manually annotated using sentences from a grammar book.",
|
54 |
"tl_ugnayan": "Ugnayan is a manually annotated Tagalog treebank currently composed of educational fiction and nonfiction text. The treebank is under development at the University of the Philippines.",
|
55 |
}
|
56 |
+
|
57 |
_PREFIX = "https://raw.githubusercontent.com/UniversalNER/"
|
58 |
+
|
59 |
_UNER_DATASETS = {
|
60 |
"ceb_gja": {
|
61 |
"test": "UNER_Cebuano-GJA/master/ceb_gja-ud-test.iob2",
|