PHP Class crodas\TextRank\Stopword

Inheritance: extends DefaultEvents
Datei anzeigen Open project: nystudio107/seomatic

Protected Properties

Property Type Description
$lang
$stopword

Public Methods

Method Description
filter_keywords ( array $keywords )
get_words ( $text )
normalize_keywords ( array $keywords )

Protected Methods

Method Description
getClassifier ( )
getStopwords ( )

Method Details

filter_keywords() public method

public filter_keywords ( array $keywords )
$keywords array

getClassifier() protected method

protected getClassifier ( )

getStopwords() protected method

protected getStopwords ( )

get_words() public method

public get_words ( $text )

normalize_keywords() public method

public normalize_keywords ( array $keywords )
$keywords array

Property Details

$lang protected_oe property

protected $lang

$stopword protected_oe property

protected $stopword