1*8817535bSAndreas Gohr<?php 2*8817535bSAndreas Gohr 3*8817535bSAndreas Gohr// autoload_static.php @generated by Composer 4*8817535bSAndreas Gohr 5*8817535bSAndreas Gohrnamespace Composer\Autoload; 6*8817535bSAndreas Gohr 7*8817535bSAndreas Gohrclass ComposerStaticInitcf5108d0fe7a5d23e88d41bf066096a6 8*8817535bSAndreas Gohr{ 9*8817535bSAndreas Gohr public static $prefixLengthsPsr4 = array ( 10*8817535bSAndreas Gohr 'V' => 11*8817535bSAndreas Gohr array ( 12*8817535bSAndreas Gohr 'Vanderlee\\Sentence\\' => 19, 13*8817535bSAndreas Gohr ), 14*8817535bSAndreas Gohr 'T' => 15*8817535bSAndreas Gohr array ( 16*8817535bSAndreas Gohr 'TikToken\\' => 9, 17*8817535bSAndreas Gohr ), 18*8817535bSAndreas Gohr 'H' => 19*8817535bSAndreas Gohr array ( 20*8817535bSAndreas Gohr 'Hexogen\\KDTree\\' => 15, 21*8817535bSAndreas Gohr ), 22*8817535bSAndreas Gohr ); 23*8817535bSAndreas Gohr 24*8817535bSAndreas Gohr public static $prefixDirsPsr4 = array ( 25*8817535bSAndreas Gohr 'Vanderlee\\Sentence\\' => 26*8817535bSAndreas Gohr array ( 27*8817535bSAndreas Gohr 0 => __DIR__ . '/..' . '/vanderlee/php-sentence/src', 28*8817535bSAndreas Gohr ), 29*8817535bSAndreas Gohr 'TikToken\\' => 30*8817535bSAndreas Gohr array ( 31*8817535bSAndreas Gohr 0 => __DIR__ . '/..' . '/mehrab-wj/tiktoken-php/src', 32*8817535bSAndreas Gohr ), 33*8817535bSAndreas Gohr 'Hexogen\\KDTree\\' => 34*8817535bSAndreas Gohr array ( 35*8817535bSAndreas Gohr 0 => __DIR__ . '/..' . '/hexogen/kdtree/src', 36*8817535bSAndreas Gohr ), 37*8817535bSAndreas Gohr ); 38*8817535bSAndreas Gohr 39*8817535bSAndreas Gohr public static $classMap = array ( 40*8817535bSAndreas Gohr 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 41*8817535bSAndreas Gohr ); 42*8817535bSAndreas Gohr 43*8817535bSAndreas Gohr public static function getInitializer(ClassLoader $loader) 44*8817535bSAndreas Gohr { 45*8817535bSAndreas Gohr return \Closure::bind(function () use ($loader) { 46*8817535bSAndreas Gohr $loader->prefixLengthsPsr4 = ComposerStaticInitcf5108d0fe7a5d23e88d41bf066096a6::$prefixLengthsPsr4; 47*8817535bSAndreas Gohr $loader->prefixDirsPsr4 = ComposerStaticInitcf5108d0fe7a5d23e88d41bf066096a6::$prefixDirsPsr4; 48*8817535bSAndreas Gohr $loader->classMap = ComposerStaticInitcf5108d0fe7a5d23e88d41bf066096a6::$classMap; 49*8817535bSAndreas Gohr 50*8817535bSAndreas Gohr }, null, ClassLoader::class); 51*8817535bSAndreas Gohr } 52*8817535bSAndreas Gohr} 53