crodas\TextRank\Stopword::getClassifier PHP Method

getClassifier() protected method

protected getClassifier ( )
    protected function getClassifier()
    {
        static $detect;
        if (empty($detect)) {
            $detect = Detect::initByPath(__DIR__ . '/language-profile.php');
        }
        return $detect;
    }