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/07/27 14:41:49 UTC

[jira] [Comment Edited] (OPENNLP-579) Framework to dynamically link N-best matches from external data to named entities by type (EntityLinker framework)

    [ https://issues.apache.org/jira/browse/OPENNLP-579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13721612#comment-13721612 ] 

Mark Giaconia edited comment on OPENNLP-579 at 7/27/13 12:40 PM:
-----------------------------------------------------------------

Added the following:
- Better scoring of GeoEntities
- LinkedSpan<> now has two additional fields so consumers can store a sentenceIndex and the original searchTerm (for use downstream). Before when the List<LinkedSpan<BaseLink>> was returned and consolidated there was no way to know which sentence each linkedspan was from once a sentence/document processing loop was exited.
- Removed unnecessary println statements
- Did some general/typical cleanup
Notes: The Example class is still there in case you wanted to debug/run it; I understand it is not part of the baseline. Working on documentation, will submit soon
                
      was (Author: giaconia_mark):
    Added the following:
- Better scoring of GeoEntities
- LinkedSpan<> now has two additional fields so consumers can store a sentenceIndex and the original searchTerm (for use downstream). Before when the List<LinkedSpan<BaseLink>> was returned and consolidated there was no way to know which sentence each linkedspan was from
- Removed unnecessary println statements
- Did some general/typical cleanup
Notes: The Example class is still there in case you wanted to debug/run it; I understand it is not part of the baseline. Working on documentation, will submit soon
                  
> Framework to dynamically link N-best matches from external data to named entities by type (EntityLinker framework)
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: OPENNLP-579
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-579
>             Project: OpenNLP
>          Issue Type: Wish
>          Components: Name Finder
>    Affects Versions: 1.6.0
>         Environment: Any
>            Reporter: Mark Giaconia
>            Assignee: Joern Kottmann
>            Priority: Minor
>              Labels: features
>             Fix For: 1.6.0
>
>         Attachments: EntityLinker_13Jun2013.zip, entityLinker_23Jun2013.zip, EntityLinker_26Jun2013.zip, entitylinker_27JUL2013.zip, EntityLinker_30may2013.zip, entitylinker_8Jun2013.zip, entitylinker_9Jun2013.zip, entitylinkerFramework.zip, entitylinker.properties, geonamefinder.properties, geonamefind.zip
>
>   Original Estimate: 672h
>  Remaining Estimate: 672h
>
> A framework for integrating/linking external data to named entities. For instance, geocoding or georeferencing location entities to geonames gazateers can be implemented as an EntityLinker. Initially created ticket to specifically solve the georeferencing problem, but the framework should allow linkage of any external data to any entity type. Commercial applications that do this are expensive, and there are many free gazateers one could use to create solutions with OpenNLP. The capability should provide a default implementation using MySQL or Postgres and the USGS/Geonames Gazateers.

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