You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jörn Kottmann (JIRA)" <ui...@incubator.apache.org> on 2009/08/08 20:21:14 UTC

[jira] Closed: (UIMA-1306) uimaj-examples: opennlp_wrappers not compatible with opennlp 1.4.x

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

Jörn Kottmann closed UIMA-1306.
-------------------------------

       Resolution: Won't Fix
    Fix Version/s: 2.3

This issue will not be fixed, because the OpenNLP wrappers are removed from UIMA in UIMA-1389.

> uimaj-examples: opennlp_wrappers not compatible with opennlp 1.4.x
> ------------------------------------------------------------------
>
>                 Key: UIMA-1306
>                 URL: https://issues.apache.org/jira/browse/UIMA-1306
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Examples
>    Affects Versions: 2.2.2
>         Environment: UIMA version:  2.2.2
> OpenNLP version:  1.4.3
> OS:  Windows XP (SP2)
> Java version:  >java -version
> java version "1.6.0_12"
> Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
> Java HotSpot(TM) Client VM (build 11.2-b01, mixed mode, sharing)
>            Reporter: Dave Jones
>            Priority: Blocker
>             Fix For: 2.3
>
>
> The OpenNLP namefind package changed somewhat for 1.4.x.  The OpenNLP wrapper examples that are shipped with UIMA seem to still be written for compatibility with OpenNLP 1.3.x.  As a result, the uimaj-examples opennlp_wrappers examples do not compile against OpenNLP 1.4.x.
> The most difficult to resolve problems are in the class org.apache.uima.examples.opennlp.annotator.NEDetector .  This class will need to be re-written inorder to use the namefind interfaces in OpenNLP1.4.x.  In particular, the following method no longer exists in OpenNLP:
> opennlp.tools.lang.english.NameFinder.find(ArrayList, Map) .
> Of course, since the method no longer exists, compilation fails.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.