You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bu...@apache.org on 2013/11/24 14:48:46 UTC

svn commit: r887893 - in /websites/staging/stanbol/trunk/content: ./ docs/trunk/components/enhancer/engines/comention.html

Author: buildbot
Date: Sun Nov 24 13:48:45 2013
New Revision: 887893

Log:
Staging update by buildbot for stanbol

Modified:
    websites/staging/stanbol/trunk/content/   (props changed)
    websites/staging/stanbol/trunk/content/docs/trunk/components/enhancer/engines/comention.html

Propchange: websites/staging/stanbol/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Nov 24 13:48:45 2013
@@ -1 +1 @@
-1544427
+1544974

Modified: websites/staging/stanbol/trunk/content/docs/trunk/components/enhancer/engines/comention.html
==============================================================================
--- websites/staging/stanbol/trunk/content/docs/trunk/components/enhancer/engines/comention.html (original)
+++ websites/staging/stanbol/trunk/content/docs/trunk/components/enhancer/engines/comention.html Sun Nov 24 13:48:45 2013
@@ -104,6 +104,7 @@
 <li><strong>Case Sensitivity</strong> <em>(enhancer.engines.linking.caseSensitive)</em>: Boolean switch that allows to activate/deactivate case sensitive matching. It is important to understand that even with case sensitivity activated an Entity with the label such as "Anaconda" will be suggested for the mention of "anaconda" in the text. The main difference will be the confidence value of such a suggestion as with case sensitivity activated the starting letters "A" and "a" are NOT considered to be matching. See the second technical part for details about the matching process. Case Sensitivity is deactivated by default. It is recommended to be activated if controlled vocabularies contain abbreviations similar to commonly used words e.g. CAN for Canada.</li>
 <li><strong>Proper Noun Linking</strong> <em>(enhancer.engines.linking.properNounsState)</em>: Enables/Disables proper noun linking for searching co-mentions. By default this is disabled to also consider Commons Nouns when searching for co-mentions. However  for Vocabularies that only contain Proper Nouns (Persons, Organizations, ...) enabling this might be useful. For the full documentation of this feature see the <a href="entitylinking#text-processing-configuration">Text Processing Configuration</a> section of the EntityLinking engine.</li>
 <li><strong>Processed Languages</strong> <em>(enhancer.engines.linking.processedLanguages)</em>: Allows the detailed configuration on how NLP processing results should be consumed by the Co-Mention engine. For the full documentation of this feature see the <a href="entitylinking#text-processing-configuration">Text Processing Configuration</a></li>
+<li><strong>Adjust Existing Confidence</strong> <em>(enhancer.engines.comention.adjustExistingConfidence)</em>: If the Engine engine detect a co-mention for an existing fise:TextAnnotation it can adjust confidence values for existing suggestions. This property will take values in the range <code>[0..1)</code>. Confidence values of existing suggestions will be multiplied with <code>1-{value}</code>. Configuring <code>0.0</code> deactivates this feature. The default is <code>0.33</code>. See <a href="https://issues.apache.org/jira/browse/STANBOL-1219">STANBOL-1219</a> for details and an example.</li>
 </ul>
 <p>Other supported properties that are not included in the Felix Webconsole configuration dialog. Those properties can only be set via OSGI configuration files. See the <a href="entitylinking">Entity Linking Engine</a> configuration for the full documentation of those properties</p>
 <ul>