gabrielaltay
commited on
Commit
·
b101f65
1
Parent(s):
02dcc5e
fix bigbio imports
Browse files- chemdner.py +3 -0
chemdner.py
CHANGED
@@ -21,8 +21,11 @@ import datasets
|
|
21 |
from bioc import biocxml
|
22 |
|
23 |
from .bigbiohub import kb_features
|
|
|
24 |
from .bigbiohub import BigBioConfig
|
25 |
from .bigbiohub import Tasks
|
|
|
|
|
26 |
|
27 |
_LANGUAGES = ['English']
|
28 |
_PUBMED = True
|
|
|
21 |
from bioc import biocxml
|
22 |
|
23 |
from .bigbiohub import kb_features
|
24 |
+
from .bigbiohub import text_features
|
25 |
from .bigbiohub import BigBioConfig
|
26 |
from .bigbiohub import Tasks
|
27 |
+
from .bigbiohub import get_texts_and_offsets_from_bioc_ann
|
28 |
+
|
29 |
|
30 |
_LANGUAGES = ['English']
|
31 |
_PUBMED = True
|