Hello,
I just subscribed to the mailing list but have been usingStanbol for a few
months now.
Kudos to all – it is a great product and I hope it will keepgetting better.
Quick question. Does the disambiguation-mlt engine work with the FST Linking
engine?
Thanks,
Edi
P.S. For the gory details:
Chain 1: lang, sent, tok, pos, chunker, dbpedia-link, disamb-mlt,
dbpedia-derefChain 2: lang, tok, dbpedia-fst-link, disamb-mlt, dbpedia-deref
Stepping through code while using chain 2 via remote debug I end up in
if (entityhubSites.isEmpty()) {
log.debug("TextAnnotation {} (selectedText: {}, start: {}) has "
+ "suggestions do not have 'entityhub:site' information. "
+ "Can not disambiguate because origin is unknown.", new Object[]
{entity.uri,
entity.name, entity.start});
return null; // Ignore TextAnnotatiosn with suggestions of unknown origin.I
prepared a new dbpedia index from DBpedia 2014 leaving everything as is (except
for modifying the script to obtain 2014 instead of 3.9)