Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Include Page
Generic Configuration Parameters
Generic Configuration Parameters

Configuration Parameters

  • normalize (boolean, optional) -
    Parameter
    summary
    If true, all tokens are normalized to all lower case
    . (
    default
    = true)
    true
    namenormalize
    typeboolean


Code Block
languagejs
themeEclipse
titleExample Configuration
{
  "type":"CaseAnalysis",
  "normalize":false
}

...