You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2013/10/17 12:52:12 UTC

svn commit: r1533041 - /stanbol/site/trunk/content/docs/trunk/components/enhancer/engines/comention.mdtext

Author: rwesten
Date: Thu Oct 17 10:52:12 2013
New Revision: 1533041

URL: http://svn.apache.org/r1533041
Log:
STANBOL-1070: minor changes and corrections

Modified:
    stanbol/site/trunk/content/docs/trunk/components/enhancer/engines/comention.mdtext

Modified: stanbol/site/trunk/content/docs/trunk/components/enhancer/engines/comention.mdtext
URL: http://svn.apache.org/viewvc/stanbol/site/trunk/content/docs/trunk/components/enhancer/engines/comention.mdtext?rev=1533041&r1=1533040&r2=1533041&view=diff
==============================================================================
--- stanbol/site/trunk/content/docs/trunk/components/enhancer/engines/comention.mdtext (original)
+++ stanbol/site/trunk/content/docs/trunk/components/enhancer/engines/comention.mdtext Thu Oct 17 10:52:12 2013
@@ -10,8 +10,7 @@ __NOTE:__ This Engine does _NOT_ provide
 
 ## Configuration
 
-As this engine does use entity linking functionality of the [EntityLinkingEngine](entitylinking) its configuration uses properties defined by the [Entity Linker Configuration](entitylinking#entity-linker-configuration).
-
+As this engine does use entity linking functionality of the [EntityLinkingEngine](entitylinking) its configuration supports similar properties.
 
 * __Name__ _(stanbol.enhancer.engine.name)_: The name of the Enhancement Engine. This name is used to refer an [EnhancementEngine](index.html) in [EnhancementChain](../chains)s
 * __ServiceRankging__ _(service.ranking)_: In case multiple enhancement engines do use the same name, than only the one with the higher ranking will get uses.
@@ -37,4 +36,4 @@ The following properties of the EntityLi
 * __Suggestions__ _(enhancer.engines.linking.suggestions)_: The Co-Mentions Engine adds all suggestions of the initial mention to co-mentions.
 * __Min Matched Tokens__ _(enhancer.engines.linking.minFoundTokens)_ is set to '1' meaning that at least a single token of the initial mention needs to match co-mentions.
 * __Min Label Score__ _(enhancer.engines.linking.minLabelScore)_ 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.
-** __Min Match Score__ _(enhancer.engines.linking.minMatchScore)_ is set to a value so that it does not filter any results.
\ No newline at end of file
+* __Min Match Score__ _(enhancer.engines.linking.minMatchScore)_ is set to a value so that it does not filter any results.
\ No newline at end of file