Re: [UIMA C++ Framework] making examples

2010-08-05 Thread David García
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

Re: [UIMA C++ Framework] making examples

2010-08-05 Thread Eddie Epstein
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

[jira] Created: (UIMA-1847) Eclipse plugins not working with more recent version of maven-bundle-plugin

2010-08-05 Thread Marshall Schor (JIRA)
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

Tricks in testing Eclipse update sites

2010-08-05 Thread Marshall Schor
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

[jira] Created: (UIMA-1848) XmiCasDeserializer needs to support both nested and flat forms of XMI.

2010-08-05 Thread Tim Cawley (JIRA)
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

[jira] Commented: (UIMA-1848) XmiCasDeserializer needs to support both nested and flat forms of XMI.

2010-08-05 Thread Eddie Epstein (JIRA)
[ 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