lookup icon indicating copy to clipboard operation
lookup copied to clipboard

Outputs a list of ranked DBpedia resources for a search string.

Results 18 lookup issues
Sort by recently updated
recently updated
newest added

Bumps commons-compress from 1.0 to 1.21. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-compress&package-manager=maven&previous-version=1.0&new-version=1.21)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps logback-classic from 1.0.9 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.0.9&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps `scala.compiler.version.revision` from 2.11.7 to 2.13.2. Updates `scala-compiler` from 2.11.7 to 2.13.2 Release notes Sourced from scala-compiler's releases. Scala 2.13.2 has: a brand-new Vector implementation configurable warnings an improved REPL...

dependencies

Bumps lucene-core from 3.6.2 to 7.1.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.lucene:lucene-core&package-manager=maven&previous-version=3.6.2&new-version=7.1.0)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

The link http://downloads.dbpedia-spotlight.org/dbpedia_lookup/ does not resolve.

Is there any built index for DBpedia 2016-10? Thanks.

The lookup service is no longer working for me. I also tested the example http://lookup.dbpedia.org/api/search/PrefixSearch?QueryClass=&MaxHits=5&QueryString=berl Thank you,

Hi, I am getting `org.apache.lucene.index.IndexNotFoundException: no segments* file found` I have used the following script: https://github.com/dbpedia/lookup/blob/master/scripts/index.sh `sh index.sh 2016-10 en ` Thanks

I'm not sure if it's the right place to report, because it is a problem on lookup.dbpedia.org deployed service, probably not on source code. ``` wget 'https://lookup.dbpedia.org/api/search/PrefixSearch?MaxHits=15&QueryClass=&QueryString=soil' --2017-09-28 12:08:23-- https://lookup.dbpedia.org/api/search/PrefixSearch?MaxHits=15&QueryClass=&QueryString=soil...

Compare both requests : http://lookup.dbpedia.org/api/search/PrefixSearch?QueryString=Bordea ==> OK ! http://lookup.dbpedia.org/api/search/PrefixSearch?QueryString=Bordea&QueryClass=SpatialThing ==> empty result ! If you are curious, my use case is the following in https://github.com/jmvanel/semantic_forms : - from the rdfs:range...