[
https://issues.apache.org/jira/browse/UIMA-6204?focusedWorklogId=407846&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-407846
]
ASF GitHub Bot logged work on UIMA-6204:
----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Mar/20 11:19
Start Date: 23/Mar/20 11:19
Worklog Time Spent: 10m
Work Description: reckart commented on pull request #85: [UIMA-6204]
createReaderDescription does not discover type priorities
URL: https://github.com/apache/uima-uimafit/pull/85
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 407846)
Time Spent: 20m (was: 10m)
> createReaderDescription does not discover type priorities
> ---------------------------------------------------------
>
> Key: UIMA-6204
> URL: https://issues.apache.org/jira/browse/UIMA-6204
> Project: UIMA
> Issue Type: Bug
> Components: uimaFIT
> Affects Versions: 2.4.0uimaFIT
> Reporter: Richard Eckart de Castilho
> Assignee: Richard Eckart de Castilho
> Priority: Major
> Fix For: 2.5.0uimaFIT
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> createReaderDescription does not discover type priorities. This may cause the
> JCas to be incompletely initialised (i.e. without type priorities), e.g. when
> only such a reader is used in a JCasIterable. A workaround is to add a No-op
> analysis engine to the JCasIterable:
> {code}
> JCasIterable pipeline = SimplePipeline.iteratePipeline(readerDescription,
> createEngineDescription(NoOpAnnotator.class));
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)