google-code-export / uimafit

Automatically exported from code.google.com/p/uimafit
2 stars 1 forks source link

Avoid directly instantiating internal UIMA component classes #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
uimaFIT currently directly instantiates internal UIMA component classes like 
PrimitiveAnalysisEngine_impl and AggregateAnalysisEngine_impl and initialized 
them from resource specifiers. Instead the corresponding 
UIMAFramework.produceXXX() methods should be called, otherwise configurations 
made globally to the UIMA framework may not correctly be reflected in 
uimaFIT-based code.

Original issue reported on code.google.com by richard.eckart on 2 Apr 2011 at 12:17

GoogleCodeExporter commented 9 years ago
Changed to calling UIMAFramework.produceAnalysisEngine(). 

Original comment by richard.eckart on 2 Apr 2011 at 12:39