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/11/22 13:29:36 UTC

[jira] [Created] (STANBOL-1218) Engine Ordering of Entity Co-Mentaion engine MUST BE > as DEFAULT_ORDER

Rupert Westenthaler created STANBOL-1218:
--------------------------------------------

             Summary: Engine Ordering of Entity Co-Mentaion engine MUST BE > as DEFAULT_ORDER
                 Key: STANBOL-1218
                 URL: https://issues.apache.org/jira/browse/STANBOL-1218
             Project: Stanbol
          Issue Type: Bug
          Components: Enhancement Engines
            Reporter: Rupert Westenthaler
            Assignee: Rupert Westenthaler
            Priority: Minor
             Fix For: 0.12.0


The Entity Co-Mention Engine uses 

    ServiceProperties.ORDERING_POST_PROCESSING + 90

as default ordering. However as 

    ServiceProperties.ORDERING_POST_PROCESSING

is '-100' the resulting ordering is the same as the ordering use by the EntityLinkingEngine that use

    ServiceProperties.ORDERING_DEFAULT - 10

Because of that the Entity Co-Mention Engine does not process anntoations created by EntityLinking engines (this incldues the FST linking engine).

This issue will update the ordering of the Co-Menion Engine to 

    ServiceProperties.ORDERING_POST_PROCESSING + 80

for both the 1.0.0 trunk and the 0.12 release branch



--
This message was sent by Atlassian JIRA
(v6.1#6144)