PHP 클래스 crodas\TextRank\Stopword

상속: extends DefaultEvents
파일 보기 프로젝트 열기: nystudio107/seomatic

보호된 프로퍼티들

프로퍼티 타입 설명
$lang
$stopword

공개 메소드들

메소드 설명
filter_keywords ( array $keywords )
get_words ( $text )
normalize_keywords ( array $keywords )

보호된 메소드들

메소드 설명
getClassifier ( )
getStopwords ( )

메소드 상세

filter_keywords() 공개 메소드

public filter_keywords ( array $keywords )
$keywords array

getClassifier() 보호된 메소드

protected getClassifier ( )

getStopwords() 보호된 메소드

protected getStopwords ( )

get_words() 공개 메소드

public get_words ( $text )

normalize_keywords() 공개 메소드

public normalize_keywords ( array $keywords )
$keywords array

프로퍼티 상세

$lang 보호되어 있는 프로퍼티

protected $lang

$stopword 보호되어 있는 프로퍼티

protected $stopword