Author: agruber
Date: Thu Oct 27 11:47:31 2011
New Revision: 797548

Log:
updated link in documentation file

Modified:
    websites/production/stanbol/   (props changed)
    websites/production/stanbol/content/stanbol/docs/trunk/customvocabulary.html

Propchange: websites/production/stanbol/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Oct 27 11:47:31 2011
@@ -1 +1 @@
-/websites/staging/stanbol/trunk:779452-796948
+/websites/staging/stanbol/trunk:779452-797547

Modified: 
websites/production/stanbol/content/stanbol/docs/trunk/customvocabulary.html
==============================================================================
--- 
websites/production/stanbol/content/stanbol/docs/trunk/customvocabulary.html 
(original)
+++ 
websites/production/stanbol/content/stanbol/docs/trunk/customvocabulary.html 
Thu Oct 27 11:47:31 2011
@@ -88,7 +88,7 @@
 <li>namespaces and properties mapping you want to include to the index (see 
example of a <a href="examples/anl-mappings.txt">mappings.txt</a> including 
default and specific mappings for one dataset)</li>
 </ul>
 <p>Then, copy your source files into the respective directory 
<code>indexing/resources/rdfdata</code>. Several standard formats for RDF, 
multiple files and archives of them are supported. </p>
-<p><em>For more details of possible configurations, please consult the README 
at <code>{root}/entityhub/indexing/genericrdf/</code>.</em></p>
+<p><em>For more details of possible configurations, please consult the <a 
href="https://github.com/apache/stanbol/blob/trunk/entityhub/indexing/genericrdf/README.md";>README</a>.</em></p>
 <p>Then, you can start the index by running</p>
 <div class="codehilite"><pre><span class="n">java</span> <span 
class="o">-</span><span class="n">Xmx1024m</span> <span class="o">-</span><span 
class="n">jar</span> <span class="n">org</span><span class="o">.</span><span 
class="n">apache</span><span class="o">.</span><span 
class="n">stanbol</span><span class="o">.</span><span 
class="n">entityhub</span><span class="o">.</span><span 
class="n">indexing</span><span class="o">.</span><span 
class="n">dblp</span><span class="o">-*-</span><span class="n">jar</span><span 
class="o">-</span><span class="n">with</span><span class="o">-</span><span 
class="n">dependencies</span><span class="o">.</span><span class="n">jar</span> 
<span class="nb">index</span>
 </pre></div>
@@ -114,7 +114,7 @@
 <li>Suggestions: {maximum number of suggestions}</li>
 <li>Languages: {languages to use}</li>
 </ul>
-<p><em>Full details on the engine and its configuration are available <a 
href="enhancer/engines/keywordextraction.html">here</a>.</em></p>
+<p><em>Full details on the engine and its configuration are available <a 
href="enhancer/engines/keywordlinkingengine.html">here</a>.</em></p>
 <p><strong>Use several instances of the KeywordLinkingEngine</strong></p>
 <p>To work at the same time with different instances of the 
KeywordLinkingEngine can be useful in cases, where you have two or more 
distinct custom vocabularies/indexes and/or if you want to combine your 
specific domain vocabulary with general purpose datasets such as dbpedia or 
others.</p>
 <p><strong>Use the KeywordLinkingEngine together with the NER engine and the 
EntityLinkingEngine</strong></p>


Reply via email to