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/20 08:56:28 UTC

[jira] [Created] (STANBOL-1115) Collect statistics about the time spent for EntityLinking

Rupert Westenthaler created STANBOL-1115:
--------------------------------------------

             Summary: Collect statistics about the time spent for EntityLinking
                 Key: STANBOL-1115
                 URL: https://issues.apache.org/jira/browse/STANBOL-1115
             Project: Stanbol
          Issue Type: Sub-task
            Reporter: Rupert Westenthaler
            Assignee: Rupert Westenthaler
            Priority: Minor


This will add INFO level logging for the time spent in the following parts of EntiyLinking

(1) overal time of the LinkingProcess: This is the time consumed by the EntityLinkingEngine minus the time required to write the suggestions to the EnhancementMetadata of the ConentItem
(2) AnalyzedText processing: This is the time consumed by iterating over the AnalyzedText and analyzing the NLP processing results to determine which Tokens need to be lookedup in the linked Vocaulary
(3) Vocabulary lockups: This is the time consumed by the queries to the linked Vocabulary using the EntitySearcher interface
(4) EntityMatching: This is the time consumed by processing the results of the lookups. The matching of the Labels of returned Entities with the Tokens if the processed Text.

The aim of such logging will be to provide more fine grained information on how the processing time for EntityLinking is spent.  

--
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