How to use Babelfy or Balnet Java API in a servlet?

126 Views Asked by At

I am developing a web application that is able to calculate the semantic distance between pairs of words and of course I'm using the Java API version 3.7 BabelNet and Babelfy. The user inserts a sentence (input) in a form of a web page and calls a servlet that processes it. My problem is that it does not find the "config" folder with all the properties files, I tried to put it in the WEB-INF folder or in other but it does not work. My IDE is Eclipse and the server is Tomcat. Does anyone have any suggestions? Thanks in advanceThis is the error

0

There are 0 best solutions below