Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-5950

Documentation of default value for removeBasics parameter in RutaEngine

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 2.7.0ruta
    • 2.7.0ruta
    • Ruta
    • None

    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;
      
      

      Attachments

        Activity

          People

            pkluegl Peter Klügl
            bonczek Georg Bonczek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: