Versions Compared

Key

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

...

Saga_config_stage
"singleQuotes": true

Example Output

Description


FadeToGrey
Code Block
languagetext
theme
Saga_graph
V----[Lamarr said, "The case is far from over, and we will win."]----V  
^--[Lamarr said,]--V--[The case is far from over, and we will win.]--^  

V----[He said, "I don't care."]----V  
^--[He said,]--V--[I don't care.]--^

With nested quotes
V----------[Dan said: "In a town outside Brisbane, I saw 'Tourists go home' written on a wall. But then someone told me, 'Pay it no mind, lad.' "]-----------V  
^--[Dan said:]--V---------[In a town outside Brisbane, I saw 'Tourists go home' written on a wall. But then someone told me, 'Pay it no mind, lad.']---------^  
                ^--[In a town outside Brisbane, I saw]--V--[Tourists go home]--V--[written on a wall. But then someone told me,]--V--[Pay it no mind, lad.]--^  

Output Flags

Lex-Item Flags

...

:

  • TEXT_BLOCK - Flags all text blocks produced by the SimpleReadeSimpleReader
  • QUOTED_TEXT - Marks the TEXT_BLOCK between quotes as QUOTED_TEXT.

Vertex Flags:

  • DOUBLE_QUOTE_BEGIN - Indicates the start of a quoted text with double quotes. It contains the double quotes and any whitespace next to it.
  • DOUBLE_QUOTE_END - Indicates the end of a quoted text with double quotes. It contains the double quotes and any whitespace next to it.
  • SINGLE_QUOTE_BEGIN - Indicates the start of a quoted text with a single quote. It contains the single quote and any whitespace next to it.
  • SINGLE_QUOTE_END - Indicates the end of a quoted text with a single quote. It contains the single quote and any whitespace next to it.
  • TEXT_BLOCK_SPLIT -  Indicates the split of the textblock.

...