Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.4.0uimaFIT
-
None
Description
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:
JCasIterable pipeline = SimplePipeline.iteratePipeline(readerDescription, createEngineDescription(NoOpAnnotator.class));
Attachments
Issue Links
- links to