[
https://issues.apache.org/jira/browse/UIMA-5950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16738241#comment-16738241
]
Peter Klügl commented on UIMA-5950:
-----------------------------------
Thanks for reporting this
> 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
> Assignee: Peter Klügl
> Priority: Trivial
> Fix For: 2.7.0ruta
>
>
> 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)