Versions Compared

Key

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

...

  • Parameter
    summary Use to matching only a percentage of the words present in the pattern, only if active on the pattern.
    default50
    namepartialMatchPercent
    typeinteger
Saga_config_stagecode
boundaryFlagstext block split
requiredFlagsall_lower_case
languagejs
"partialMatchPercent": 50
"dictionary":"saga-provider:saga_bestbets"
"dontProcessFlags":[]

Example Output

saga_graph
Code Block
languagetext
V-------[Welcome to Accenture.]--------V 
^-----[Welcome to Accenture]------V-[]-^ 
^-[Welcome]-V-[to]-V-[Accenture]--^      
^-[welcome]-^      ^-[accenture]--^      
                   ^-[{bestbets}]-^      

...

The pattern database is a series of JSON records, typically indexed by "pattern block ID".  Each JSON record represents a block of patterns (one or more) that all produce the same semantic tag.  The format is as follows:

Saga_jsoncode
TitleEntity Json Format
languagetext
"usePartialMatch": true,
"patterns": "something1, something2, somnething3",
"description": "Description of the bestbets",
"tag": "search-bet",
"title": "the best bet title",
"url": "http://accenture.enterpricesearch.org",
"confAdjust": 1
. . . additional fields as needed go here . . . 

...