PHP 클래스 Fukuball\Jieba\Finalseg

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

공개 프로퍼티들

프로퍼티 타입 설명
$prob_emit
$prob_start
$prob_trans

공개 메소드들

메소드 설명
__cut ( string $sentence, array $options = [] ) : array Static method __cut
cut ( string $sentence, array $options = [] ) : array Static method cut
init ( array $options = [] ) : void Static method init
loadModel ( string $f_name, array $options = [] ) : void Static method loadModel
viterbi ( string $sentence, array $options = [] ) : array Static method viterbi

메소드 상세

__cut() 공개 정적인 메소드

Static method __cut
public static __cut ( string $sentence, array $options = [] ) : array
$sentence string # input sentence
$options array # other options
리턴 array $words

cut() 공개 정적인 메소드

Static method cut
public static cut ( string $sentence, array $options = [] ) : array
$sentence string # input sentence
$options array # other options
리턴 array $seg_list

init() 공개 정적인 메소드

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

loadModel() 공개 정적인 메소드

Static method loadModel
public static loadModel ( string $f_name, array $options = [] ) : void
$f_name string # input f_name
$options array # other options
리턴 void

viterbi() 공개 정적인 메소드

Static method viterbi
public static viterbi ( string $sentence, array $options = [] ) : array
$sentence string # input sentence
$options array # other options
리턴 array $viterbi

프로퍼티 상세

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

public static $prob_emit

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

public static $prob_start

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

public static $prob_trans