Author: rwesten
Date: Tue Oct  4 09:26:52 2011
New Revision: 1178737

URL: http://svn.apache.org/viewvc?rev=1178737&view=rev
Log:
Increased the default value for the minimum POS tag probability from 0.75 to 
0.8.

Modified:
    
incubator/stanbol/trunk/enhancer/engines/keywordextraction/src/main/java/org/apache/stanbol/enhancer/engines/keywordextraction/engine/KeywordLinkingEngine.java

Modified: 
incubator/stanbol/trunk/enhancer/engines/keywordextraction/src/main/java/org/apache/stanbol/enhancer/engines/keywordextraction/engine/KeywordLinkingEngine.java
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/keywordextraction/src/main/java/org/apache/stanbol/enhancer/engines/keywordextraction/engine/KeywordLinkingEngine.java?rev=1178737&r1=1178736&r2=1178737&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/enhancer/engines/keywordextraction/src/main/java/org/apache/stanbol/enhancer/engines/keywordextraction/engine/KeywordLinkingEngine.java
 (original)
+++ 
incubator/stanbol/trunk/enhancer/engines/keywordextraction/src/main/java/org/apache/stanbol/enhancer/engines/keywordextraction/engine/KeywordLinkingEngine.java
 Tue Oct  4 09:26:52 2011
@@ -127,7 +127,7 @@ public class KeywordLinkingEngine implem
      * language are processed. 
      */
     public static final Set<String> DEFAULT_LANGUAGES = Collections.emptySet();
-    public static final double DEFAULT_MIN_POS_TAG_PROBABILITY = 0.75;
+    public static final double DEFAULT_MIN_POS_TAG_PROBABILITY = 0.8;
     /**
      * The languages this engine is configured to enhance. An empty List is
      * considered as active for any language


Reply via email to