Author: buildbot
Date: Tue Nov 11 08:46:37 2014
New Revision: 928700

Log:
Staging update by buildbot for stanbol

Added:
    
websites/staging/stanbol/trunk/content/docs/trunk/components/enhancer/engines/fstengine-config-linkingmode.png
   (with props)
Modified:
    websites/staging/stanbol/trunk/content/   (props changed)
    
websites/staging/stanbol/trunk/content/docs/trunk/components/enhancer/engines/lucenefstlinking.html

Propchange: websites/staging/stanbol/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 11 08:46:37 2014
@@ -1 +1 @@
-1634847
+1638049

Added: 
websites/staging/stanbol/trunk/content/docs/trunk/components/enhancer/engines/fstengine-config-linkingmode.png
==============================================================================
Binary file - no diff available.

Propchange: 
websites/staging/stanbol/trunk/content/docs/trunk/components/enhancer/engines/fstengine-config-linkingmode.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: 
websites/staging/stanbol/trunk/content/docs/trunk/components/enhancer/engines/lucenefstlinking.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/docs/trunk/components/enhancer/engines/lucenefstlinking.html
 (original)
+++ 
websites/staging/stanbol/trunk/content/docs/trunk/components/enhancer/engines/lucenefstlinking.html
 Tue Nov 11 08:46:37 2014
@@ -165,6 +165,16 @@ Configurations can be created by using t
 </pre></div>
 
 
+<h4 id="linking-mode">Linking Mode</h4>
+<p>The FST linking engine does support three linking modes. Those are 
configures using the <strong>Linking Mode</strong> 
<em>(enhancer.engines.linking.lucenefst.mode)</em> property.</p>
+<p><img alt="Linking Mode Configuration" 
src="fstengine-config-indexlayout.png" /></p>
+<p>The three modes are</p>
+<ol>
+<li><code>PLAIN</code>: This mode links all words in the parsed text. This 
mode does not require any NLP processing as the Solr Analyzer for the 
configured field will be used for processing the text. The basic mode is best 
if the vocabulary contains entities that appear in text with tokens other than 
nouns (e.g. a vocabulary that contains activities)</li>
+<li><code>LINKABLE_TOKEN</code>: This mode will use the provided <a 
href="#text-processing-configuration">Text Processing Configuration</a>. This 
is a good default for vocabularies that contain entities mentioned in texts as 
Nouns and/or ProperNouns.
+<!-- 3. <code>NER</code>: This mode will only consider detected Named Entities 
for linking. This mode is similar to using the <a 
href="namedentitytaggingengine">Named Entity Linking Engine</a>. This is a best 
mode if the enhancement chain contains an NER component that can detect the 
types of entities contained in the linked vocabulary. --></li>
+</ol>
+<p>By default the FST linking engine uses the <code>LINKABLE_TOKEN</code>. In 
this mode this engine behaves similar as the <a 
href="entityhublinking">Entityhub Linking Engine</a>.</p>
 <h4 id="additional-entity-information">Additional Entity Information</h4>
 <p><img alt="Additional Fields config" src="fstengine-config-addfields.png" 
title="Fields the types and rankings of entities are read from" /></p>
 <p>In addition to the URI and the labels of Entities the EntityLinking process 
also uses entity type and ranking information.</p>


Reply via email to