18817535bSAndreas Gohr<?php 28817535bSAndreas Gohr 38817535bSAndreas Gohr// autoload_static.php @generated by Composer 48817535bSAndreas Gohr 58817535bSAndreas Gohrnamespace Composer\Autoload; 68817535bSAndreas Gohr 78817535bSAndreas Gohrclass ComposerStaticInitcf5108d0fe7a5d23e88d41bf066096a6 88817535bSAndreas Gohr{ 98817535bSAndreas Gohr public static $prefixLengthsPsr4 = array ( 108817535bSAndreas Gohr 'V' => 118817535bSAndreas Gohr array ( 128817535bSAndreas Gohr 'Vanderlee\\Sentence\\' => 19, 138817535bSAndreas Gohr ), 148817535bSAndreas Gohr 'T' => 158817535bSAndreas Gohr array ( 168817535bSAndreas Gohr 'TikToken\\' => 9, 178817535bSAndreas Gohr ), 188817535bSAndreas Gohr ); 198817535bSAndreas Gohr 208817535bSAndreas Gohr public static $prefixDirsPsr4 = array ( 218817535bSAndreas Gohr 'Vanderlee\\Sentence\\' => 228817535bSAndreas Gohr array ( 238817535bSAndreas Gohr 0 => __DIR__ . '/..' . '/vanderlee/php-sentence/src', 248817535bSAndreas Gohr ), 258817535bSAndreas Gohr 'TikToken\\' => 268817535bSAndreas Gohr array ( 278817535bSAndreas Gohr 0 => __DIR__ . '/..' . '/mehrab-wj/tiktoken-php/src', 288817535bSAndreas Gohr ), 298817535bSAndreas Gohr ); 308817535bSAndreas Gohr 317017fceaSAndreas Gohr public static $prefixesPsr0 = array ( 327017fceaSAndreas Gohr 'P' => 337017fceaSAndreas Gohr array ( 347017fceaSAndreas Gohr 'Parsedown' => 357017fceaSAndreas Gohr array ( 367017fceaSAndreas Gohr 0 => __DIR__ . '/..' . '/erusev/parsedown', 377017fceaSAndreas Gohr ), 387017fceaSAndreas Gohr ), 39*3379af09SAndreas Gohr 'K' => 40*3379af09SAndreas Gohr array ( 41*3379af09SAndreas Gohr 'KMeans' => 42*3379af09SAndreas Gohr array ( 43*3379af09SAndreas Gohr 0 => __DIR__ . '/..' . '/bdelespierre/php-kmeans/src', 44*3379af09SAndreas Gohr ), 45*3379af09SAndreas Gohr ), 467017fceaSAndreas Gohr ); 477017fceaSAndreas Gohr 488817535bSAndreas Gohr public static $classMap = array ( 498817535bSAndreas Gohr 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 508817535bSAndreas Gohr ); 518817535bSAndreas Gohr 528817535bSAndreas Gohr public static function getInitializer(ClassLoader $loader) 538817535bSAndreas Gohr { 548817535bSAndreas Gohr return \Closure::bind(function () use ($loader) { 558817535bSAndreas Gohr $loader->prefixLengthsPsr4 = ComposerStaticInitcf5108d0fe7a5d23e88d41bf066096a6::$prefixLengthsPsr4; 568817535bSAndreas Gohr $loader->prefixDirsPsr4 = ComposerStaticInitcf5108d0fe7a5d23e88d41bf066096a6::$prefixDirsPsr4; 577017fceaSAndreas Gohr $loader->prefixesPsr0 = ComposerStaticInitcf5108d0fe7a5d23e88d41bf066096a6::$prefixesPsr0; 588817535bSAndreas Gohr $loader->classMap = ComposerStaticInitcf5108d0fe7a5d23e88d41bf066096a6::$classMap; 598817535bSAndreas Gohr 608817535bSAndreas Gohr }, null, ClassLoader::class); 618817535bSAndreas Gohr } 628817535bSAndreas Gohr} 63