Author: buildbot
Date: Thu Oct 17 10:52:17 2013
New Revision: 882979
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 Thu Oct 17 10:52:17 2013
@@ -1 +1 @@
-1533039
+1533041
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
Thu Oct 17 10:52:17 2013
@@ -97,7 +97,7 @@
<p><strong>NOTE:</strong> This Engine does <em>NOT</em> provide/use NLP
co-reference support (e.g. linking a Pronoun with the Entity it stands for).
Its purpose it to (1) link follow up mentions of Entities with the original one
and (2) add suggestion of the initial mention to follow up mentions.</p>
<h2 id="configuration">Configuration</h2>
-<p>As this engine does use entity linking functionality of the <a
href="entitylinking">EntityLinkingEngine</a> its configuration uses properties
defined by the <a href="entitylinking#entity-linker-configuration">Entity
Linker Configuration</a>.</p>
+<p>As this engine does use entity linking functionality of the <a
href="entitylinking">EntityLinkingEngine</a> its configuration supports similar
properties.</p>
<ul>
<li><strong>Name</strong> <em>(stanbol.enhancer.engine.name)</em>: The name of
the Enhancement Engine. This name is used to refer an <a
href="index.html">EnhancementEngine</a> in <a
href="../chains">EnhancementChain</a>s</li>
<li><strong>ServiceRankging</strong> <em>(service.ranking)</em>: In case
multiple enhancement engines do use the same name, than only the one with the
higher ranking will get uses.</li>
@@ -122,8 +122,8 @@
<li><strong>Type Field</strong> <em>(enhancer.engines.linking.typeField)</em>:
The engine uses the types of the suggestions for the initial mentions.</li>
<li><strong>Suggestions</strong>
<em>(enhancer.engines.linking.suggestions)</em>: The Co-Mentions Engine adds
all suggestions of the initial mention to co-mentions.</li>
<li><strong>Min Matched Tokens</strong>
<em>(enhancer.engines.linking.minFoundTokens)</em> is set to '1' meaning that
at least a single token of the initial mention needs to match co-mentions.</li>
-<li><strong>Min Label Score</strong>
<em>(enhancer.engines.linking.minLabelScore)</em> is set to '1/4' meaning that
at least 1/4 of the tokens for the initial mention need to be present in
co-mentions.
-** <strong>Min Match Score</strong>
<em>(enhancer.engines.linking.minMatchScore)</em> is set to a value so that it
does not filter any results.</li>
+<li><strong>Min Label Score</strong>
<em>(enhancer.engines.linking.minLabelScore)</em> is set to '1/4' meaning that
at least 1/4 of the tokens for the initial mention need to be present in
co-mentions.</li>
+<li><strong>Min Match Score</strong>
<em>(enhancer.engines.linking.minMatchScore)</em> is set to a value so that it
does not filter any results.</li>
</ul>
</div>