Author: ogrisel
Date: Fri May 20 13:00:19 2011
New Revision: 1125364

URL: http://svn.apache.org/viewvc?rev=1125364&view=rev
Log:
use lowercase folder names

Modified:
    incubator/stanbol/trunk/entityhub/indexing/dblp/README.md
    
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/indexing.properties
    incubator/stanbol/trunk/entityhub/indexing/dbpedia/README.md
    
incubator/stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/indexing.properties

Modified: incubator/stanbol/trunk/entityhub/indexing/dblp/README.md
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dblp/README.md?rev=1125364&r1=1125363&r2=1125364&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/dblp/README.md (original)
+++ incubator/stanbol/trunk/entityhub/indexing/dblp/README.md Fri May 20 
13:00:19 2011
@@ -38,12 +38,12 @@ will be located.
 ### (2) Download the Source File:
 
 Download the DBLP RDF dump from http://dblp.l3s.de/dblp.rdf.gz to
-"indexing/resources/rdfData" and rename it to "dblp.nt.gz" (because this file
+"indexing/resources/rdfdata" and rename it to "dblp.nt.gz" (because this file
 does not use rdf/xml but N-Triples).
 You can use the following two commands to accomplish this step
 
     curl -C - -O http://dblp.l3s.de/dblp.rdf.gz
-    mv dblp.rdf.gz indexing/resources/rdfData/dblp.rdf.gz
+    mv dblp.rdf.gz indexing/resources/rdfdata/dblp.rdf.gz
 
 ### (3) Start the indexing by calling
 

Modified: 
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/indexing.properties
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/indexing.properties?rev=1125364&r1=1125363&r2=1125364&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/indexing.properties
 (original)
+++ 
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/indexing.properties
 Fri May 20 13:00:19 2011
@@ -2,8 +2,8 @@
 name=dblp
 description=The DBLP Computer Science Bibliography (http://dblp.uni-trier.de)
 
-# The dump of the RDF data needs to be located in the 
"indexing/resource/rdfData"
-entityDataIterable=org.apache.stanbol.entityhub.indexing.source.jenatdb.RdfIndexingSource,source:rdfData
+# The dump of the RDF data needs to be located in the 
"indexing/resource/rdfdata"
+entityDataIterable=org.apache.stanbol.entityhub.indexing.source.jenatdb.RdfIndexingSource,source:rdfdata
 
 # Entity Scores are not supported for now
 # No Score Normaliser

Modified: incubator/stanbol/trunk/entityhub/indexing/dbpedia/README.md
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dbpedia/README.md?rev=1125364&r1=1125363&r2=1125364&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/dbpedia/README.md (original)
+++ incubator/stanbol/trunk/entityhub/indexing/dbpedia/README.md Fri May 20 
13:00:19 2011
@@ -44,7 +44,7 @@ but before doing this please note the po
 
 All RDF dumps need to be copied to the directory
 
-    indexing/resources/rdfData
+    indexing/resources/rdfdata
 
 The RDF dump of DBpedia.org is splitted up in a number of different files.
 The actual files needed depend on the configuration of the mappings
@@ -71,7 +71,7 @@ dumps are hence referenced on this page:
 <http://wiki.dbpedia.org/Downloads36>
 
 During the initialisation of the Indeing all the RDF files within the
-"indexing/resources/rdfData" directory will be imported to an Jena TDB
+"indexing/resources/rdfdata" directory will be imported to an Jena TDB
 RDF triple store. The imported data are stored under:
 
     indexing/resources/tdb
@@ -79,8 +79,8 @@ RDF triple store. The imported data are 
 and can be reused for subsequent indexing processes.
 
 To avoid (re)importing of already imported resources one need to remove such
-RDF files from the "indexing/resources/rdfData" or - typically the better
-option - rename the "rdfData" folder after the initial run.
+RDF files from the "indexing/resources/rdfdata" or - typically the better
+option - rename the "rdfdata" folder after the initial run.
 
 It is also safe to:
 
@@ -88,7 +88,7 @@ It is also safe to:
   (as soon as the log says that the indexing has started).
 
 * load additional RDF dumps by putting additional RDF files to the
-  "rdfData" directory. This files will be added to the others on the next
+  "rdfdata" directory. This files will be added to the others on the next
   start of the indexing tool.
 
 ### (3) Entity Scores

Modified: 
incubator/stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/indexing.properties
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/indexing.properties?rev=1125364&r1=1125363&r2=1125364&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/indexing.properties
 (original)
+++ 
incubator/stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/indexing.properties
 Fri May 20 13:00:19 2011
@@ -7,8 +7,8 @@ description=DBpedia.org 
 
 # The RdfIndexingSource implements both entityDataIterable and 
entityDataProvider
 # Here we use it as entityDataProvider.
-# The dump of the RDF data needs to be located in the 
"indexing/resource/rdfData"
-entityDataProvider=org.apache.stanbol.entityhub.indexing.source.jenatdb.RdfIndexingSource,source:rdfData
+# The dump of the RDF data needs to be located in the 
"indexing/resource/rdfdata"
+entityDataProvider=org.apache.stanbol.entityhub.indexing.source.jenatdb.RdfIndexingSource,source:rdfdata
 # Iterate over the entity ids&scores
 # the configuration is located wihtin the idIterator.properties
 
entityIdIterator=org.apache.stanbol.entityhub.indexing.core.source.LineBasedEntityIterator,config:idIterator


Reply via email to