Commit
·
2fa7c7a
1
Parent(s):
8c23a14
Update bionlp_shared_task_2009.py
Browse files
bionlp_shared_task_2009.py
CHANGED
@@ -22,6 +22,9 @@ import datasets
|
|
22 |
from .bigbiohub import kb_features
|
23 |
from .bigbiohub import BigBioConfig
|
24 |
from .bigbiohub import Tasks
|
|
|
|
|
|
|
25 |
|
26 |
_LANGUAGES = ['English']
|
27 |
_PUBMED = True
|
|
|
22 |
from .bigbiohub import kb_features
|
23 |
from .bigbiohub import BigBioConfig
|
24 |
from .bigbiohub import Tasks
|
25 |
+
from .bigbiohub import parse_brat_file
|
26 |
+
from .bigbiohub import brat_parse_to_bigbio_kb
|
27 |
+
|
28 |
|
29 |
_LANGUAGES = ['English']
|
30 |
_PUBMED = True
|