Georg Bonczek created UIMA-5950:
-----------------------------------
Summary: Documentation of default value for removeBasics parameter
in RutaEngine
Key: UIMA-5950
URL: https://issues.apache.org/jira/browse/UIMA-5950
Project: UIMA
Issue Type: Improvement
Components: Ruta
Affects Versions: 2.7.0ruta
Reporter: Georg Bonczek
The documentation and JavaDoc specify the default value of the RutaEngine's
_removeBasics_ parameter as being *true*. The default value found is however
*false*.
{code:java}
/**
* 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;
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)