You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Georg Bonczek (JIRA)" <de...@uima.apache.org> on 2019/01/09 13:29:00 UTC

[jira] [Created] (UIMA-5950) Documentation of default value for removeBasics parameter in RutaEngine

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)