You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there! I would like to kindly ask for some help.
I was trying to use the spotlight module but I am getting this error...
can you plz help :)
import spotlight
annotations = spotlight.annotate('http://api.dbpedia-spotlight.org/en/annotate', 'President Obama on Monday hat they pay at least the same percentage',confidence=0.4, support=20, spotter='Default')
Traceback (most recent call last):
File "/Users/shivanginigugalia/Documents/spot.py", line 2, in
annotations = spotlight.annotate('http://api.dbpedia-spotlight.org/en/annotate', 'President Obama on Monday hat they pay at least the same percentage',confidence=0.4, support=20, spotter='Default')
AttributeError: module 'spotlight' has no attribute 'annotate'
The text was updated successfully, but these errors were encountered:
Hey there! I would like to kindly ask for some help.
I was trying to use the spotlight module but I am getting this error...
can you plz help :)
import spotlight
annotations = spotlight.annotate('http://api.dbpedia-spotlight.org/en/annotate', 'President Obama on Monday hat they pay at least the same percentage',confidence=0.4, support=20, spotter='Default')
Traceback (most recent call last):
File "/Users/shivanginigugalia/Documents/spot.py", line 2, in
annotations = spotlight.annotate('http://api.dbpedia-spotlight.org/en/annotate', 'President Obama on Monday hat they pay at least the same percentage',confidence=0.4, support=20, spotter='Default')
AttributeError: module 'spotlight' has no attribute 'annotate'
The text was updated successfully, but these errors were encountered: