gabrielaltay
commited on
Commit
•
5a65d2c
1
Parent(s):
5b185dc
add import of get_texts_and_offsets_from_bioc_ann
Browse files- nlm_gene.py +2 -0
nlm_gene.py
CHANGED
@@ -23,6 +23,8 @@ from bioc import biocxml
|
|
23 |
from .bigbiohub import kb_features
|
24 |
from .bigbiohub import BigBioConfig
|
25 |
from .bigbiohub import Tasks
|
|
|
|
|
26 |
|
27 |
_LANGUAGES = ['English']
|
28 |
_PUBMED = True
|
|
|
23 |
from .bigbiohub import kb_features
|
24 |
from .bigbiohub import BigBioConfig
|
25 |
from .bigbiohub import Tasks
|
26 |
+
from .bigbiohub import get_texts_and_offsets_from_bioc_ann
|
27 |
+
|
28 |
|
29 |
_LANGUAGES = ['English']
|
30 |
_PUBMED = True
|