Searched refs:tokenlength (Results 1 – 1 of 1) sorted by relevance
131 * @param int $tokenlength length of the text in tokens135 protected function splitString(string $text, int $tokenlength, int $chunksize): array argument137 $numPieces = ceil($tokenlength / $chunksize);