Commit ·
28490cf
1
Parent(s): 15ea54f
fix bigbio imports
Browse files- nlmchem.py +2 -0
nlmchem.py
CHANGED
|
@@ -21,8 +21,10 @@ 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 |
_LANGUAGES = ['English']
|
| 30 |
_PUBMED = True
|