Versions Compared

Key

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

...

For example, the token:  "SagaToolkit-1.0" will produce the following graph:

Saga_graph
 
Code Block
languagetext
themeFadeToGrey
V-------[SagaToolkit-1.0]-------V
^----[SagaToolkit]--V--[1.0]----^

...

Saga_config_stage
boundaryFlagstext block split
stageCharacterSplitter
requiredFlagstoken
Saga_graph
 
Code Block
languagetext
themeFadeToGrey
V-----[Abe-Lincoln]-----V--[likes]--V--[the]--V-----[iPhone-*&@#*&7.0]-----V
^--[Abe]--V--[Lincoln]--^                     ^--[iPhone]--V--[7]--V--[0]--^ 
Saga_config_stage
boundaryFlagstext block split
stageCharacterSplitter
requiredFlagstoken
titleWith Don't Split Param
"dontSplitChars": "."
Saga_graph
 
Code Block
languagetext
themeFadeToGrey
V-----[Abe-Lincoln]-----V--[likes]--V--[the]--V--[iPhone-*&@#*&7.0]--V
^--[Abe]--V--[Lincoln]--^                     ^--[iPhone]--V--[7.0]--^
Saga_config_stage
boundaryFlagstext block split
stageCharacterSplitter
requiredFlagstoken
titleWith Split Chars Param
"splitChars": "-#."
"dontSplitChars": "."
Saga_graph
 
Code Block
languagetext
themeFadeToGrey
V-----[Abe-Lincoln]-----V--[likes]--V--[the]--V--------[iPhone-*&@#*&7.0]--------V
^--[Abe]--V--[Lincoln]--^                     ^--[iPhone]--V--[*&@]--V--[*&7.0]--^

Output Flags

Lex-Item Flags:

  • TOKEN - All tokens produced are tagged as TOKEN

...