AI 4UAnalyze my business

Plain-language AI glossary

Term 03FundamentalsMeaning / context / connections

Fundamentals / Definition

Tokenization

The process of breaking text into smaller units (tokens) that an AI model can process, typically subwords or word pieces.

03of 75
01

MeaningThe one-sentence definition.

02

ContextHow the idea works in practice.

03

UsesWhere the concept becomes useful.

01 / Plain-language context

How Tokenization works.

Before a language model can process text, it converts the text into tokens. A token may be a whole word, part of a word, punctuation, or another learned unit. The exact count varies by language and tokenizer. Tokenization matters because context limits, usage, and many API prices are measured in tokens rather than words.

02 / Practical uses

Where it helps.

  1. 01API cost estimation
  2. 02Context window management
  3. 03Multilingual processing
  4. 04Text preprocessing