Skip to content

Commit

Permalink
data/*/README.md: Update setup instructions wrt. backendURLs
Browse files Browse the repository at this point in the history
  • Loading branch information
pasky committed Jun 6, 2016
1 parent f39c0fd commit 5a992b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions data/dbpedia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ To start the Fuseki server, run then (in jena-fuseki-1.1.1)

./fuseki-server --loc db /dbpedia

and edit ``src/main/java/cz/brmlab/yodaqa/provider/rdf/DBpediaLookup.java``
changing default value of the ``service`` attribute. It should work.
and edit the appropriate line of ``conf/backendURLs.json``.

Fuzzy Label Lookup Service
==========================
Expand All @@ -73,4 +72,4 @@ fuzzier lookup mechanism than plain SPARQL, we use

which contains some details on how to set it up. To make YodaQA use your
own instance, edit the appropriate http URL in the file
``src/main/java/cz/brmlab/yodaqa/provider/rdf/DBpediaTitles.java``.
``conf/backendURLs.json``.
1 change: 1 addition & 0 deletions data/enwiki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ and somewhat smaller dump. Then, we import this into Solr.
of gigabytes).

The standalone Solr server can now answer YodaQA's Solr queries.
Edit the appropriate line of ``conf/backendURLs.json`` to point YodaQA at the server.

Files In This Directory
-----------------------
Expand Down
3 changes: 1 addition & 2 deletions data/freebase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,4 @@ To start the Fuseki server, run then (in jena-fuseki-1.1.1)

./fuseki-server --loc d-freebase /freebase

and edit ``src/main/java/cz/brmlab/yodaqa/provider/rdf/FreebaseLookup.java``
changing default value of the ``service`` attribute. It should work.
and edit the appropriate line of ``conf/backendURLs.json``.

0 comments on commit 5a992b8

Please sign in to comment.