TokenPersistence.php
\file \brief Persist parsed tokens as sentences and word occurrences (pure PHP).
PHP version 8.1
Tags
Table of Contents
Classes
- TokenPersistence
- Turns a parsed token stream into `sentences` and `word_occurrences` rows, detecting multi-word expressions along the way — all in PHP.