mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-21 04:26:54 +08:00
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
613 B
613 B
Tokenization
Tokenization is the process of breaking down a text string into smaller units called tokens. These tokens can be words, phrases, symbols, or other meaningful elements. The goal is to convert raw text into a format that can be easily processed and analyzed by a computer.
Visit the following resources to learn more: