Closed flackbash closed 1 year ago
Hey @flackbash,
I think they limit use of API to the specific sentence in the README. I had to download all the necessary files on my computer in order to use it with other sentences.
Hey @abhinavkulkarni , thanks for your reply! I did manage to link several other sentences with their API, but this one always failed so my guess would be some bug in the API code that's currently run. I just set the system up locally by building my own docker image from the code base (pulling the prebuilt docker image yielded an error, too) and it looks like this is working :)
Hi @flackbash and @abhinavkulkarni,
Thanks for raising the issue. The issue is raised because the sentence contains "Mark Littleton." This should be a bug. We will investigate it.
Hi all,
This should now be fixed in the public API. We removed some rogue code that wasn't supposed to be there :pirate_flag: :skull_and_crossbones:
I'll close this now, but feel free to reopen if you run into the same issue again!
Great, thank you!
Hi,
When I run the EL example code from the README, but replace the example text with the sentence "Kennedy was also an active politician, yet he is most known for his writings, some of which he published under the name of Mark Littleton." (a sentence from the KORE50 dataset), I get the error
This is the exact code for reproducibility:
The original example text works fine as well as several other sentences from KORE50. Unless I set up and use my own REL server instead of the API, but that's something for a separate issue.
Do you have any idea what might cause this and how to fix it?