private function mapValueToScore(string $value) : int { $value = \strtolower($value); return self::valueScoreMap[$value]; }