Skip to content
Snippets Groups Projects
Commit 690da4e5 authored by Carlos Vega's avatar Carlos Vega
Browse files

added another dummy test

parent 7e29bd8d
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,9 @@ class BioKBservice(TextMiningService):
if __name__ == "__main__":
bkb = BioKBservice()
print(bkb.get_co_occurrences('DOID:2841', types=[
'http://lcsb.uni.lu/biokb#Disease']))
print('')
print(bkb.get_co_occurrences('DOID:2841'))
print('')
print(bkb.get_mentions(['DOID:2841', 'DOID:1205']))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment