You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this is my first time using this. so please bear with me :).
i tried the cutforsearch demo,
$seg_list = Jieba::cutForSearch("小明硕士毕业于中国科学院计算所,后在日本京都大学深造"); #搜索引擎模式
var_dump($seg_list);
the output is array(18) without comma but I run it on my local the output is array(19) with comma (and it is using the Jieba::init(array('mode'=>'test','dict'=>'big'));)
but if i use Jieba::init only the output is array(20)
The text was updated successfully, but these errors were encountered:
Hi, this is my first time using this. so please bear with me :).
i tried the cutforsearch demo,
$seg_list = Jieba::cutForSearch("小明硕士毕业于中国科学院计算所,后在日本京都大学深造"); #搜索引擎模式
var_dump($seg_list);
the output is array(18) without comma but I run it on my local the output is array(19) with comma
(and it is using the Jieba::init(array('mode'=>'test','dict'=>'big'));)
but if i use Jieba::init only the output is array(20)
The text was updated successfully, but these errors were encountered: