Versions Compared

Key

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

...

Operates On:  Lexical Items with TOKEN and possibly other flags as specified below.

Saga_is_recognizer
Recognizerfalse

Include Page
Generic Configuration Parameters
Generic Configuration Parameters

...

  • 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

Code Block
languagetextthemeFadeToGrey
 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]--^ 

Output Flags

Lex-Item Flags:

  • COLLAPSED - Identifies all lexical items which were created from committing characters.
  • TOKEN - All tokens produced are tagged as TOKEN.
  • ALL_PUNCTUATION - Tokens processed or produced composed only of punctuation characters are tagged as ALL_PUNCTUATION.
  • HAS_DIGIT - Tokens produced with at least one digit character are tagged as HAS_DIGIT. 
  • HAS_PUNCTUATION - Tokens produced with at least one punctuation character are tagged as HAS_PUNCTUATION. (ALL_PUNCTUATION will not be tagged as HAS_PUNCTUATION).
  • ALL_DIGITS -  All characters in the token are digits.
  • HAS_LETTER - At least one character is a letter.
  • ALL_LETTERS - All characters in the token are letters.


Vertex Flags:

Info

No vertices are created in this stage