Thiago Galery
Thiago Galery
So we started playing with the ideas discussed here. We actually had a play with a machine translation model as a replacement for a similarity function between spot and the...
I have create a branch that merges the idea presented in this PR and the dissociation between a spotter score and a disambiguator score made in this PR https://github.com/dbpedia-spotlight/dbpedia-spotlight/pull/312 ....
I think it would be good to squash some of the commits a bit. I was also thinking that keep a `disambiguate` endpoint, which takes a surface form, and a...
I'm gonna close this PR cause I'm expecting a new one from your rebased branch @phdowling
Hi @jodaiber no open issues that I know of. I could rebase on master, but I wonder whether the missing config would break the branch, as in the other pr....
Thanks @pablomendes ! Glad to have such nice feedback. I'm gonna take a look at the Majuro paper when I have a chance and see if I can re-use his...
hi @pablomendes I was taking a look at the Majuro dataset and apparently it can be found here https://github.com/snkim/AutomaticKeyphraseExtraction . However, when I openned the data, it didn't seem to...
Hi @dirkweissenborn we have been trying this locally and evaluate the use of the new spotters. We have uncommented these dependencies and set `spotter=ner` in the `model.properties` file. However, when...
Also, when we set `spotter=ner` in the model.properties file, but we have an opennlp folder and lack a ner.factorie.model folder, we get: ``` Exception in thread "main" java.lang.IllegalArgumentException: no matching...