Peter Klügl created UIMA-2759:
---------------------------------
Summary: TextMarker: direct assignment of type variables broken
Key: UIMA-2759
URL: https://issues.apache.org/jira/browse/UIMA-2759
Project: UIMA
Issue Type: Bug
Components: TextMarker
Reporter: Peter Klügl
Assignee: Peter Klügl
Type variables can be used for different things, e.g., for using different
names for a type. This can be useful when different type systems are imported
with some equal short names and long namespaces, e.g., textmarker and dkpro:
NUM.
But the direct assignment is broken (the bug is in the grammar):
TYPE TuDa_NUM = de.tudarmstadt.ukp.dkpro.core.api.syntax.type.dependency.NUM;
TYPE TM_NUM = org.apache.uima.textmarker.type.NUM;
--
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