Versions Compared

Key

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

Text Block Readers

Readers read text streams and create text blocks to process.

Tokenizers

Tokenizers read text blocks and divide them up into individual tokens to be processed.

Splitters

Splitters split up tokens into multiple smaller tokens as an alternative interpretation.

  • CharacterSplitter - Tokens are split when any in a specified set of characters (typically punctuation) is encountered.

Normalizers

Normalizers create alternative normalized interpretations of tokens from original tokens.

  • CaseAnalysis - Analyzes and flags the case of tokens and then (optionally) normalizes the token to lower case.

Recognizers

Recognizers identify and flag tokens based on their character patterns.

Taggers

  • DictionaryTagger Stage