Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
crodas
TextRank
Stopword
PHP Class crodas\TextRank\Stopword
Inheritance:
extends
DefaultEvents
Show file
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 property
protected
$lang
$stopword
protected property
protected
$stopword