Hello,
I am running a local dockerized version of DBpedia spotlight, and I can annotate text just fine and retrieve the resources from the JSON result, as long as the input text is not too long. I get code 414 back.
Now I have written code that would basically split up my input into chunks, but this is quite messy and involves hitting the DBpedia spotlight many times. Is there a way to remove this restriction on my local version ? In order to be able to give it larger input texts? Right now it feels like it can do like 20 sentences at a time.
Thank you