You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Generic Configuration Parameters

  • boundaryFlags ( type=string array | optional ) - List of vertex flags which will indicate the begining and end of a text block
    The tokens to process must be inside two vertices marked with this flag (e.g ["TEXT_BLOCK_SPLIT"])

  • skipFlags ( type=string array | optional ) - Flags to be skipped by this stage
    Tokens marked with this flags will be ignored by this stage, and no process will be performed.

  • requiredFlags ( type=string array | optional ) - Lex items flags required by every token to be processed
    Tokens need to have all of the specified flags in order to be processed.

  • atLeastOneFlag ( type=string array | optional ) - Lex items flags need it by every token to be processed
    Tokens will need at least one of the flags specified in this array.

  • confidenceWeight ( type=double | default=0 | optional ) - Additional value that can be added to the confidence when a LexItem is created in this stage
    The weight can be positive or negative and it will be added to the lexical item confidence.

  • debug ( type=boolean | default=false | optional ) - Enable debug logging
    Enable all debug log functionality for the stage, if any.

  • No labels