Versions Compared

Key

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

...

  • Parameter
    summaryThe resource which contains the synonyms database
    namesynonyms
    requiredtrue
Saga_config_stagecode
boundaryFlagstext block split
stageSynonynStage
languagejs
titleStage Config
"synonyms": "saga_provider:synonym_patterns"

Example Output

saga_graph
Code Block
languagetext
V--------------[I'm the LUMINARY of this customer]--------------V 
^---[I'm]---V-[the]-V-[LUMINARY]-V-[of]-V-[this]-V--[customer]--^ 
^-[I]-V-[m]-^       ^--[cheese]--^               ^-[airplane]-^ 

...

The resource data is a database of synonyms patterns and the resulting tokens they produce..

Resource Format

Saga_jsoncode
TitleEntity Json Format
languagejs
"_id": "KGAAJGsBemSwA0nZTLXA",
"norm": "red",
"synonyms":[
   "cardinal", "coral", "crimson", "flaming", "glowing", "maroon", "rose", "wine", "red"
],
"options" : {
   "caseInsensitive" : true
},
"confAdjust": 0.95

. . . additional fields as needed go here . . . 

...