PHP Class crodas\TextRank\Stopword

Inheritance: extends DefaultEvents
Afficher le fichier Open project: nystudio107/seomatic

Protected Properties

Свойство Type Description
$lang
$stopword

Méthodes publiques

Méthode Description
filter_keywords ( array $keywords )
get_words ( $text )
normalize_keywords ( array $keywords )

Méthodes protégées

Méthode Description
getClassifier ( )
getStopwords ( )

Method Details

filter_keywords() public méthode

public filter_keywords ( array $keywords )
$keywords array

getClassifier() protected méthode

protected getClassifier ( )

getStopwords() protected méthode

protected getStopwords ( )

get_words() public méthode

public get_words ( $text )

normalize_keywords() public méthode

public normalize_keywords ( array $keywords )
$keywords array

Property Details

$lang protected_oe property

protected $lang

$stopword protected_oe property

protected $stopword