Need to make the URL of the KB service configurable
Opened this issue · 0 comments
guen-io commented
It would be extremely useful to make the reference to the KB configurable, so as to point to a local instance for example.
Suggestion:
WikidataFetcherWrapper wrapper = new NerdKBFetcherWrapper();
wrapper.setKbUrl("http://localhost:8090/kb/concept");