Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
zqz committed Feb 26, 2017
1 parent 904fbb1 commit 867384e
Show file tree
Hide file tree
Showing 32 changed files with 73 additions and 62 deletions.
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ output/*
*/target
*.iml
.idea/*
cache/empty/*
cache/empty/class/data/*
cache/empty/entity/data/*
cache/empty/relation/data/*
cache/empty/websearch/data/*
cache/empty/similarity/data/*
/resources/cache/empty/*
/resources/cache/empty/class/data/*
/resources/cache/empty/entity/data/*
/resources/cache/empty/relation/data/*
/resources/cache/empty/websearch/data/*
/resources/cache/empty/similarity/data/*
delete/*
out/*
classes/*
Expand Down
109 changes: 60 additions & 49 deletions .idea/workspace.xml

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions config/kbsearch.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# GENERIC VARIABLE #
#####################################
# A file (MUST BE ABSOLUTE PATH) that lists things (e.g., predicate URIs) to be used by an instance of uk.ac.shef.dcs.kbsearch.KBSearchResultFilter, which decides what triples/relations/classes to remove. Specific rules are implemented by subclasses of uk.ac.shef.dcs.kbsearch.KBSearchResultFilter, which should be instantiated as part of uk.ac.shef.dcs.kbsearch.KBSearch. Details of how the stoplist is used can be found in the kbstoplist.txt documentation
#kb.search.result.stoplistfile=/Users/-/work/sti/resources/kbstoplist.txt
kb.search.result.stoplistfile=/Users/-/work/sti/resources/kbstoplist_dbpedia.txt
#kb.search.result.stoplistfile=/home/zqz/Work/sti/resources/kbstoplist.txt
kb.search.result.stoplistfile=/home/zqz/Work/sti/resources/kbstoplist_dbpedia.txt

# Name of the implementation class of uk.ac.shef.dcs.kbsearch.KBSearch. This is responsible for querying the knowledge base
#kb.search.class=uk.ac.shef.dcs.kbsearch.freebase.FreebaseSearch
Expand Down Expand Up @@ -35,7 +35,7 @@ fb.homepage=http://www.freebase.com
fb.query.param.limit=1000


dbp.sparql.endpoint=http://galaxy.dcs.shef.ac.uk:8893/sparql
#dbp.sparql.endpoint=http://dbpedia.org/sparql
dbp.ontology.url=file:/Users/-/work/sti/resources/dbpedia_ontology_2014.owl
#dbp.sparql.endpoint=http://galaxy.dcs.shef.ac.uk:8893/sparql
dbp.sparql.endpoint=http://dbpedia.org/sparql
dbp.ontology.url=file:/home/zqz/Work/sti/resources/dbpedia_ontology_2014.owl

4 changes: 2 additions & 2 deletions config/sti.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# FILE PATHS #
####################
# STI home folder. All other file paths wil be relative to this (except otherwise stated).
sti.home=/Users/-/work/sti
sti.home=/home/zqz/Work/sti
# Folder containing nlp resources (by default this is the '/resource' folder in the distribution)
sti.nlp=resources
# Folder containing cached data (must be ABSOLUTE PATH). Whenever KB search or Web search is performed, the query and results are cached in a Solr instance. This specifies the path to Solr. (by default this is the /cache/empty folder in the distribution. The folder contains only solr schemas, but no data. This means you can use them directly as long as you correct the path. And the system will begin with remotely querying KB or the Web and gradually builds up the cache).
sti.cache.main.dir=/Users/-/work/sti/resources/cache/empty
sti.cache.main.dir=/home/zqz/Work/sti/resources/cache/empty
# Web search configuration file. By default this is located in the home folder of the distribution
sti.websearch.properties=config/websearch.properties
# KB search configuration file. By default this is located in the home folder of the distribution
Expand Down
Binary file removed resources/cache/empty/entity/data/index/_6ao.fdt
Binary file not shown.
Binary file removed resources/cache/empty/entity/data/index/_6ao.fdx
Binary file not shown.
Binary file removed resources/cache/empty/entity/data/index/_6ao.fnm
Binary file not shown.
Binary file removed resources/cache/empty/entity/data/index/_6ao.nvd
Binary file not shown.
Binary file removed resources/cache/empty/entity/data/index/_6ao.nvm
Binary file not shown.
Binary file removed resources/cache/empty/entity/data/index/_6ao.si
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed resources/cache/empty/entity/data/index/segments_5o3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed resources/cache/empty/websearch/data/index/segments_e
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 867384e

Please sign in to comment.