You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Mark Giaconia (JIRA)" <ji...@apache.org> on 2013/10/22 01:22:42 UTC

[jira] [Created] (OPENNLP-608) EntityLinker framework should provide the means to return multiple types of scores for linkedspans

Mark Giaconia created OPENNLP-608:
-------------------------------------

             Summary: EntityLinker framework should provide the means to return multiple types of scores for linkedspans
                 Key: OPENNLP-608
                 URL: https://issues.apache.org/jira/browse/OPENNLP-608
             Project: OpenNLP
          Issue Type: Sub-task
          Components: Entity Linker
    Affects Versions: 1.6.0
            Reporter: Mark Giaconia
            Assignee: Mark Giaconia
            Priority: Minor


Currently the entitylinker LinkedSpan<BaseLink> only has fields for two scores. The BaseLink class should expose a hashmap<String, Double> in order to allow users to score in multiple ways. The GeoEntityLinker will return a FuzzyString matching score based on Dice coef, a CountryContext score, a GeoHashBinning score, and a database rank score. With these scores a user can define downstream logic per business needs.



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