Versions Compared

Key

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

Generic Configuration Parameters

  • Parameter
    summaryList of vertex flags which will indicate the begining and end of a text block
    nameboundaryFlags
    typestring array

    • The tokens to process must be inside two vertex mark with this flags (e.g ["TEXT_BLOCK_SPLIT"])
  • Parameter
    summaryFlags to be skipped by this stage
    nameskipFlags
    typestring array

    • Tokens marked with this flags will be ignore by this stage, and no process will be performed.
  • Parameter
    summaryLex items flags required by every token to be processed
    namerequiredFlags
    typestring array

    • Tokens need to have all the specified flags, in order to be processed.
  • Parameter
    summaryLex items flags need it by every token to be processed
    nameatLeastOneFlag
    typestring array

    • Tokens will need at least one of the flags specify in this array.
  • Parameter
    summaryEnable debug logging
    defaultfalse
    namedebug
    typeboolean

    • Enable all debug log functionality of the stage, if any.