About Tokens and Annotations

Tokenizers and semantic processors work on a stream of annotated tokens:

  • Tokenizers produce them from the input text,

  • And processors add and remove them according to the algorithm they implement.

This page discusses:

See Also
Write a Java Custom Tokenizer
Write a Java Custom Semantic Processor