PHP 클래스 Phpml\FeatureExtraction\StopWords

파일 보기 프로젝트 열기: php-ai/php-ml 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$stopWords array

공개 메소드들

메소드 설명
__construct ( array $stopWords )
factory ( string $language = 'English' ) : StopWords
isStopWord ( string $token ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( array $stopWords )
$stopWords array

factory() 공개 정적인 메소드

public static factory ( string $language = 'English' ) : StopWords
$language string
리턴 StopWords

isStopWord() 공개 메소드

public isStopWord ( string $token ) : boolean
$token string
리턴 boolean

프로퍼티 상세

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

protected array $stopWords
리턴 array