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

Compare with Current View Page History

« Previous Version 7 Next »

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
  • No labels