Description
The documentation and JavaDoc specify the default value of the RutaEngine's removeBasics parameter as being true. The default value found is however false.
/** * This parameter specifies whether the inference annotations created by the analysis engine * should be removed after processing the CAS. The default value is set to true. */ public static final String PARAM_REMOVE_BASICS = "removeBasics"; @ConfigurationParameter(name = PARAM_REMOVE_BASICS, mandatory = false, defaultValue = "false") private Boolean removeBasics;