Versions Compared

Key

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

The overall structure of an a Saga program is shown in the diagram below:

...

A Saga Engine is a Pipeline of Text Processing Stages

  • The first stage in the pipeline is a "reader"
    • This reads raw text from a text stream and returns it as text blocks to be processed by the stages
  • Then there are a list of pipeline stages
  • The result is the final interpretation graph of text blocks, tokens, and semantic tags
  • Different orders will result in different results

...

Resource providers are configured ion in the "Resource Providers Config", which contains parameters for the config.json" configuration file.  It contains a "providers" section with parameters for each provider such as server connection strings, username, password, base directory path, etc.

...