PHP 클래스 Fukuball\Jieba\JiebaAnalyse

저자: Fukuball Lin ([email protected])
파일 보기 프로젝트 열기: fukuball/jieba-php 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$idf_freq
$max_idf

공개 메소드들

메소드 설명
extractTags ( string $content, integer $top_k = 20, array $options = [] ) : array Static method extractTags
init ( array $options = [] ) : void Static method init

메소드 상세

extractTags() 공개 정적인 메소드

Static method extractTags
public static extractTags ( string $content, integer $top_k = 20, array $options = [] ) : array
$content string # input content
$top_k integer # top_k
$options array # other options
리턴 array $tags

init() 공개 정적인 메소드

Static method init
public static init ( array $options = [] ) : void
$options array # other options
리턴 void

프로퍼티 상세

$idf_freq 공개적으로 정적으로 프로퍼티

public static $idf_freq

$max_idf 공개적으로 정적으로 프로퍼티

public static $max_idf