Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.1.1
-
None
-
None
Description
Instead of using xml-based configuration exclusively, UimaFit allows for java-based configuration in which the configuration parameters to an annotator are specified by java annotations in the code. If the annotators inherit from the UimaFit class JCasAnnotator_ImplBase the configurations are loaded by the initialize method automatically. This makes it easier to create pipelines on the fly for API users.