You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "ASF GitHub Bot (Jira)" <de...@uima.apache.org> on 2020/03/22 19:11:00 UTC

[jira] [Work logged] (UIMA-6204) createReaderDescription does not discover type priorities

     [ https://issues.apache.org/jira/browse/UIMA-6204?focusedWorklogId=407647&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-407647 ]

ASF GitHub Bot logged work on UIMA-6204:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Mar/20 19:10
            Start Date: 22/Mar/20 19:10
    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
 
 
   **JIRA Ticket:** https://issues.apache.org/jira/browse/UIMA-6204
   
   - Auto-detect type priorities and index definitions in createReaderDescripton
   - Added unit tests for auto-detection of types, prios and indexes to AnalysisEngineFactoryTest and CollectionReaderFactoryTest
   - Ugraded a unit test in TypePrioritiesFactoryTest to assertj
   
 
----------------------------------------------------------------
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:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 407647)
    Remaining Estimate: 0h
            Time Spent: 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: 10m
>  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)