Hi,
I have a doubt regarding UIMA C++ annotator.
I'm developing a C++ annotator to be combined within a UIMA pipeline
with other Java annotators. The point is this C++ annotator requires, as
input capabilities, another Java annotator annotations.
My question is whether it is necessary to trans
Hi David,
Capabilities for any annotator should only declare the input types
needed by that annotator and the output types generated by that
annotator. Why would you need types from other annotators?
Eddie
On Thu, Aug 5, 2010 at 6:48 AM, David García
wrote:
> Hi,
>
> I have a doubt regarding U
Eclipse plugins not working with more recent version of maven-bundle-plugin
---
Key: UIMA-1847
URL: https://issues.apache.org/jira/browse/UIMA-1847
Project: UIMA
Issue T
I had to learn some tricks by trial/error and googling to test the eclipse
update site builds. Here they are, for Eclipse 3.5.2 (may be similar for other
levels).
Not doing these tricks causes strange errors when installing software - often
during "provisioning".
The most reliable way: Assume
XmiCasDeserializer needs to support both nested and flat forms of XMI.
--
Key: UIMA-1848
URL: https://issues.apache.org/jira/browse/UIMA-1848
Project: UIMA
Issue Type: Impro
[
https://issues.apache.org/jira/browse/UIMA-1848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895888#action_12895888
]
Eddie Epstein commented on UIMA-1848:
-
Hi Tim. Sounds interesting.
bq. I have a sample