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/10/17 14:43:45 UTC

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

     [ https://issues.apache.org/jira/browse/STANBOL-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rupert Westenthaler resolved STANBOL-1115.
------------------------------------------

    Resolution: Fixed

fixed with http://svn.apache.org/r1496359 (as part of STANBOL-1114)

> 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
>          Components: Enhancement Engines
>            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 was sent by Atlassian JIRA
(v6.1#6144)