Commit
·
22568c7
1
Parent(s):
b697c42
upload bigbiohub.py to hub from bigbio repo
Browse files- bigbiohub.py +1 -1
bigbiohub.py
CHANGED
@@ -552,4 +552,4 @@ def brat_parse_to_bigbio_kb(brat_parse: Dict) -> Dict:
|
|
552 |
unified_example["coreferences"].append(
|
553 |
{"id": id_prefix + str(i), "entity_ids": entity_ids}
|
554 |
)
|
555 |
-
return unified_example
|
|
|
552 |
unified_example["coreferences"].append(
|
553 |
{"id": id_prefix + str(i), "entity_ids": entity_ids}
|
554 |
)
|
555 |
+
return unified_example
|