Closed clesleycode closed 6 years ago
this issue is solved, so i'll close it!
I know this is a bit old, but I'm running into the same problem, too. @lesley2958, what did you do to fix the issue?
hi i have the same prob !! how did u fixed it!
drop .decode('utf-8') from word.decode('utf-8') in similarity.py.
I'm currently in Python3, which I believe isn't compatible with sematch right now (it's a bit unclear to me). I'm trying to run this code from the tutorial in Python3:
I first got an error about a print statement, which I quickly fixed on line 36 in /Users/lesleycordero/anaconda3/lib/python3.6/site-packages/sematch/semantic/sparql.py
But now i'm stuck on this error:
I tried the following, but got the same error:
(I tried this as per the instructions here.
Unfortunately still no luck.