You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Joern Kottmann (JIRA)" <ji...@apache.org> on 2017/01/16 15:08:26 UTC

[jira] [Closed] (OPENNLP-494) Merging results from several name-finders

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

Joern Kottmann closed OPENNLP-494.
----------------------------------
    Resolution: Won't Fix

Please re-open in case it is still valid.

> Merging results from several name-finders
> -----------------------------------------
>
>                 Key: OPENNLP-494
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-494
>             Project: OpenNLP
>          Issue Type: New Feature
>          Components: Name Finder
>    Affects Versions: tools-1.5.3
>         Environment: Ubuntu oneiric x64 Java 7 update 3
>            Reporter: Jim Piliouras
>              Labels: patch
>         Attachments: AggregateNameFinder.java, FINALLY4.bin, UnitTest.java
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Made some small changes to the TokenNameFinderEvaluator class which hopefully allow merging of results from several name-finders. It just does that by calling the find method of all supplied name-finders. The only break is the fact that Java does not allow varargs anywhere but at the end of the argument list so i could not use "TokenNameFinder... namefinders" as the first parameter in the constructor - i had to pass an array instead. I think it's worth reversing the order of arguments  but that is a break too...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)