Versions Compared

Key

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

...

  • Parameter
    summaryText containing all the character that will be collapse
    default_‿⁀⁔︳︴﹍﹎﹏_
    namecharacters
    • Each character in this text will be omitted in the new lexical item created
  • Parameter
    summaryIndicates if the characters to collapse are case insensitive
    defaultfalse
    namecaseInsensitive


Saga_config_stagecode
boundaryFlagstext block split
requiredFlagstoken
languagejs
"characters":";-!:",
"caseInsensitive": false

Example Output

saga_graph
Code Block
languagetext
 V---------------[e-5s Hello World! We need: one, two, three]---------------V 
 ^-[e-5s]-V-[Hello]-V-[World!]-V-[We]-V-[need:]-V-[one,]-V-[two,]-V-[three]-^ 
 ^-[e5s]--^-[hello]-^-[world!]-^-[we]-^-[need]--^ 
                    ^-[World]--^ 
                    ^-[world]--^ 

...