[
https://issues.apache.org/jira/browse/UIMA-2252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13130480#comment-13130480
]
Joern Kottmann commented on UIMA-2252:
--------------------------------------
Yes, sure, you can of course do that. I will review all changes you do and give
feedback.
I think the logic to search a different type system needs to be added to
DefaultCasDocumentProvider.createDocument. The code there needs to find the
location of the type system inside the workspace.
We still need to figure out on which type system extension will be chosen in
case there are multiple. An idea was to make it dependent on the project
nature, is there anything else we can use? I thought about a priority, but I am
not sure if that will work well if there are really multiple plugins providing
an extension.
To make it extensible we have to define an interface which user code can
implement. I believe this interface should get the location of the CAS file.
Then it is possible to open the CAS file in case it contains the correct type
system location, Richard was suggesting something like this, where the TS is
hosted on a web server and the location is stored in the CAS itself. To
retrieve the location the search strategy would need to load the CAS file.
> Migrate TextMarker visualization to CAS Editor
> ----------------------------------------------
>
> Key: UIMA-2252
> URL: https://issues.apache.org/jira/browse/UIMA-2252
> Project: UIMA
> Issue Type: New Feature
> Components: TextMarker
> Reporter: Peter Klügl
> Assignee: Peter Klügl
>
> Start the migration of the CEV plugins of the TextMarker using the CAS Editor
> code base. Investigate the which changes in the CAS Editor are needed to
> support the existing TextMarker functionality.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira