Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
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