gabrielaltay
commited on
Commit
·
64c757a
1
Parent(s):
1882d64
add import get_texts_and_offsets_from_bioc_ann (#3)
Browse files- add import get_texts_and_offsets_from_bioc_ann (2f34024d6ba84bee5fdbd77229be9ece213e892e)
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
|