private function attemptToInflictFirstWordIn($string)
    {
        list($first, $second) = explode(' ', $string);

        if (array_key_exists($this->getLastLetter($first, 2), $this->replacementsIn['adjective'])) {