gabrielaltay
commited on
Commit
•
2f34024
1
Parent(s):
1882d64
add import get_texts_and_offsets_from_bioc_ann
Browse files
bc5cdr.py
CHANGED
@@ -32,6 +32,8 @@ from bioc import biocxml
|
|
32 |
from .bigbiohub import kb_features
|
33 |
from .bigbiohub import BigBioConfig
|
34 |
from .bigbiohub import Tasks
|
|
|
|
|
35 |
|
36 |
_LANGUAGES = ['English']
|
37 |
_PUBMED = True
|
|
|
32 |
from .bigbiohub import kb_features
|
33 |
from .bigbiohub import BigBioConfig
|
34 |
from .bigbiohub import Tasks
|
35 |
+
from .bigbiohub import get_texts_and_offsets_from_bioc_ann
|
36 |
+
|
37 |
|
38 |
_LANGUAGES = ['English']
|
39 |
_PUBMED = True
|