Author: rwesten
Date: Mon Jun 10 05:33:32 2013
New Revision: 1491338

URL: http://svn.apache.org/r1491338
Log:
STANBOL-1100: fixt spelling of the prob property in the default config for the 
defaults for the EntityhubLinkingEngine

Modified:
    
stanbol/trunk/enhancement-engines/entityhublinking/src/main/java/org/apache/stanbol/enhancer/engines/entityhublinking/EntityhubLinkingEngine.java

Modified: 
stanbol/trunk/enhancement-engines/entityhublinking/src/main/java/org/apache/stanbol/enhancer/engines/entityhublinking/EntityhubLinkingEngine.java
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/entityhublinking/src/main/java/org/apache/stanbol/enhancer/engines/entityhublinking/EntityhubLinkingEngine.java?rev=1491338&r1=1491337&r2=1491338&view=diff
==============================================================================
--- 
stanbol/trunk/enhancement-engines/entityhublinking/src/main/java/org/apache/stanbol/enhancer/engines/entityhublinking/EntityhubLinkingEngine.java
 (original)
+++ 
stanbol/trunk/enhancement-engines/entityhublinking/src/main/java/org/apache/stanbol/enhancer/engines/entityhublinking/EntityhubLinkingEngine.java
 Mon Jun 10 05:33:32 2013
@@ -109,7 +109,7 @@ import org.slf4j.LoggerFactory;
     @Property(name=PROCESS_ONLY_PROPER_NOUNS_STATE, 
boolValue=DEFAULT_PROCESS_ONLY_PROPER_NOUNS_STATE),
     @Property(name=PROCESSED_LANGUAGES,
         cardinality=Integer.MAX_VALUE,
-        value={"*;lmmtip;uc=LINK;prop=0.75;pprob=0.75", // link multiple 
matchable tokens in chunks; link upper case words
+        value={"*;lmmtip;uc=LINK;prob=0.75;pprob=0.75", // link multiple 
matchable tokens in chunks; link upper case words
                "de;uc=MATCH", //in German all Nouns are upper case
                "es;lc=Noun", //the OpenNLP POS tagger for Spanish does not 
support ProperNouns
                "nl;lc=Noun"}), //same for Dutch 


Reply via email to