Commit ·
40d7137
1
Parent(s): 1d74143
Update gnormplus.py
Browse files- gnormplus.py +2 -0
gnormplus.py
CHANGED
|
@@ -24,6 +24,8 @@ from bioc import biocxml
|
|
| 24 |
from .bigbiohub import kb_features
|
| 25 |
from .bigbiohub import BigBioConfig
|
| 26 |
from .bigbiohub import Tasks
|
|
|
|
|
|
|
| 27 |
|
| 28 |
_LANGUAGES = ['English']
|
| 29 |
_PUBMED = True
|
|
|
|
| 24 |
from .bigbiohub import kb_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
|