You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Rupert Westenthaler (JIRA)" <ji...@apache.org> on 2013/06/07 16:46:20 UTC

[jira] [Created] (STANBOL-1100) Typo in the default configuration of the EntityLinkingEngine

Rupert Westenthaler created STANBOL-1100:
--------------------------------------------

             Summary: Typo in the default configuration of the EntityLinkingEngine
                 Key: STANBOL-1100
                 URL: https://issues.apache.org/jira/browse/STANBOL-1100
             Project: Stanbol
          Issue Type: Bug
            Reporter: Rupert Westenthaler
            Assignee: Rupert Westenthaler
            Priority: Trivial


The parameter for the min probability for POS tags "porb" is misspelled in the default configuration as "prop"

The current default is

    *;lmmtip;uc=LINK;prop=0.75;pprob=0.75
    de;uc=MATCH
    es;lc=Noun
    nl;lc=Noun

This should be changed to 

    *;lmmtip;uc=LINK;prob=0.75;pprob=0.75
    de;uc=MATCH
    es;lc=Noun
    nl;lc=Noun

The same error is present in the documentation of the EntityLinking engine.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira