You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Searches for Lex-Items with TEXT_BLOCK and splits them into separate tokens.

Configuration Parameters

None.

Output Flags

Lex-Item Flags:

  • TOKEN - Identifies that the Lex-Items produced by this stage are tokens and not text blocks.
  • ORIGINAL - Identifies that the Lex-Items produced by this stage are the original, as written, representation of every token (e.g. before normalization)

Vertex Flags:

  • ALL_WHITESPACE - Identifies that the characters spanned by the vertex are all whitespace characters (spaces, tabs, new-lines, carriage returns, etc.)
  • No labels