[
https://issues.apache.org/jira/browse/UIMA-2672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13659595#comment-13659595
]
Peter Klügl commented on UIMA-2672:
-----------------------------------
I added a dependency to the uimafit snapshot for now. I think Ruta 2.0.2/2.1.0
will released after uimaFIT 2.0.0 ;-)
The import of uimaFIT AE should already work. My test set looks like:
- Maven project with dependencies to some DKPro ASL components and models
- Ruta project with a dependency to the Maven project
- working test script (without descriptors):
{noformat}
PACKAGE uima.ruta.example;
TYPESYSTEM dkpro.DKProTypeSystem;
UIMAFIT de.tudarmstadt.ukp.dkpro.core.tokit.BreakIteratorSegmenter;
UIMAFIT de.tudarmstadt.ukp.dkpro.core.opennlp.OpenNlpPosTagger;
Document{-> SETFEATURE("language", "de")};
Document{-> EXEC(BreakIteratorSegmenter)};
Document{-> EXEC(OpenNlpPosTagger)};
{noformat}
> TextMarker: Enable direct import of uimaFIT analysis engines
> ------------------------------------------------------------
>
> Key: UIMA-2672
> URL: https://issues.apache.org/jira/browse/UIMA-2672
> Project: UIMA
> Issue Type: New Feature
> Components: ruta
> Affects Versions: 2.0.0TextMarker
> Reporter: Peter Klügl
> Assignee: Peter Klügl
> Fix For: 2.0.2ruta
>
>
> Currently, only analysis engines imported by referencing the descriptor file
> are available. It would be useful, if uimaFIT analysis engines can directly
> imported into a TextMarker script by referencing the actual implementation.
--
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