gabrielaltay
commited on
Commit
•
bbcca53
1
Parent(s):
ab03ff8
fix bigbio imports
Browse files- muchmore.py +1 -0
muchmore.py
CHANGED
@@ -150,6 +150,7 @@ from datasets import Features, Value
|
|
150 |
# to start, chose the one below.
|
151 |
# Buitelaar, Paul / Declerck, Thierry / Sacaleanu, Bogdan / Vintar, Spela / Raileanu, Diana / Crispi, Claudia: A Multi-Layered, XML-Based Approach to the Integration of Linguistic and Semantic Annotations. In: Proceedings of EACL 2003 Workshop on Language Technology and the Semantic Web (NLPXML’03), Budapest, Hungary, April 2003.
|
152 |
from .bigbiohub import kb_features
|
|
|
153 |
from .bigbiohub import BigBioConfig
|
154 |
from .bigbiohub import Tasks
|
155 |
|
|
|
150 |
# to start, chose the one below.
|
151 |
# Buitelaar, Paul / Declerck, Thierry / Sacaleanu, Bogdan / Vintar, Spela / Raileanu, Diana / Crispi, Claudia: A Multi-Layered, XML-Based Approach to the Integration of Linguistic and Semantic Annotations. In: Proceedings of EACL 2003 Workshop on Language Technology and the Semantic Web (NLPXML’03), Budapest, Hungary, April 2003.
|
152 |
from .bigbiohub import kb_features
|
153 |
+
from .bigbiohub import text2text_features
|
154 |
from .bigbiohub import BigBioConfig
|
155 |
from .bigbiohub import Tasks
|
156 |
|