Author: florent
Date: Sun Dec 11 22:17:50 2011
New Revision: 1213092

URL: http://svn.apache.org/viewvc?rev=1213092&view=rev
Log:
typo corrections

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

Modified: incubator/stanbol/trunk/entityhub/indexing/genericrdf/README.md
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/genericrdf/README.md?rev=1213092&r1=1213091&r2=1213092&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/genericrdf/README.md (original)
+++ incubator/stanbol/trunk/entityhub/indexing/genericrdf/README.md Sun Dec 11 
22:17:50 2011
@@ -63,8 +63,8 @@ directory.
 
 The indexer supports two indexing modes
 
-1. Iterate over the data and lookup the scores for entities (default). For 
this mode the "entityDataIterable" and a "entityScoreProvider" MUST BE 
configured. If no entity scores are available, a default entityScoreProvider 
provides no entity scores. This mode is typically used to index all entities of 
a dataset.
-2. Iterate over the entity IDs and Scores and lookup the data. For this Mode a 
"entityIdIterator" and a "entityDataProvider" Provider MUST BE configured. This 
mode is typically used to index a predefined list of entities (that might only 
be a very small subset of the an large dataset). 
+1. Iterate over the data and lookup the scores for entities (default). For 
this mode the "entityDataIterable" and an "entityScoreProvider" MUST BE 
configured. If no entity scores are available, a default entityScoreProvider 
provides no entity scores. This mode is typically used to index all entities of 
a dataset.
+2. Iterate over the entity IDs and Scores and lookup the data. For this Mode 
an "entityIdIterator" and an "entityDataProvider" MUST BE configured. This mode 
is typically used to index a predefined list of entities (that might only be a 
very small subset of the an large dataset). 
 
 The configuration of the mentioned components is contained in the main 
indexing configuration file explained below.
 

Modified: 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/iditerator.properties
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/iditerator.properties?rev=1213092&r1=1213091&r2=1213092&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/iditerator.properties
 (original)
+++ 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/iditerator.properties
 Sun Dec 11 22:17:50 2011
@@ -24,7 +24,7 @@
 # "entityScores.tsv"
 source=entityScores.tsv
 
-# configure the position of the score ond the entity id
+# configure the position of the score and the entity id
 id-pos=1
 score-pos=2
 

Modified: 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/indexing.properties
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/indexing.properties?rev=1213092&r1=1213091&r2=1213092&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/indexing.properties
 (original)
+++ 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/indexing.properties
 Sun Dec 11 22:17:50 2011
@@ -57,7 +57,7 @@ entityScoreProvider=org.apache.stanbol.e
 
 # First one needs to provide an EntityIterator
 # Typically the LineBasedEntityIterator implementation is used. The 
configuration
-# for this implemntation is typically provided in an own file. A default 
+# for this implementation is typically provided in an own file. A default 
 # configuration is provided by the iditerator.properties file.
 
#entityIdIterator=org.apache.stanbol.entityhub.indexing.core.source.LineBasedEntityIterator,config:iditerator
 


Reply via email to