Versions Compared

Key

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

...

Saga_config_stage
boundaryFlagstext block split
stageSynonynStage
titleStage Config
"synonyms": "saga_provider:synonym_patterns"

Example Output

Description

Saga_graph
V--------------[I'm the LUMINARY of this airbuscustomer]--------------V 
^---[I'm]---V-[the]-V-[LUMINARY]-V-[of]-V-[this]-V--[airbuscustomer]--^ 
^-[I]-V-[m]-^       ^--[cheese]--^               ^-[airplane]-^ 

...

  • Parameter
    summaryThe normalize version of the word, if any token is match to any of the synonyms, the norm would be the new token created
    namenorm
    requiredtrue
  • Parameter
    summaryPossible tokens to be found in the graph.
    namesynonyms
    typestring array
    requiredtrue
    This is the confidence of the entry, in comparison to all of the other entries. Essentially, the likelihood that this entity will be randomly encountered.
  • Parameter
    summaryOptions for each set of synonyms
    defaultempty json
    nameoptions
    typejson
    • Parameter
      summaryIndicates if the search for synonyms must be case insensitive
      defaulttrue
      namecaseInsensitive
      typeboolean

...