raghu298 commented on issue #129:
URL: https://github.com/apache/uima-ruta/issues/129#issuecomment-1486236605

   @reckart:
   
   The RutaBasic annotations store additional information about the 
annotations. 
   They need to be updated for each addition or removal of any annotations, 
   i.e internal maps need to be up to date all the time or else the rules will 
be executed incorrectly. 
   The RutaBasic annotations can be shared across different analysis engines 
processing the same CAS and the RutaEngine provides parameters configuring the 
internal update strategy. 
   These parameters are named PARAM_INDEX_** or PARAM_REINDEX_**.
   
   If runtime is not an issue, then you can set PARAM_REINDEX_UPDATE_MODE to 
COMPLETE and the RutaEngine will update everything.
   
   These configuration helped and it regenerated ruta basic annotations.


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@uima.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to