hightman / scws

开源免费的简易中文分词系统,PHP分词的上乘之选!
http://www.xunsearch.com/scws/
Other
1.66k stars 348 forks source link

PSCWS4 php7 也有问题 #61

Open gsmdenis opened 5 years ago

gsmdenis commented 5 years ago

// sort it & return $cmp_func = create_function('$a,$b', 'return ($b[\'weight\'] > $a[\'weight\'] ? 1 : -1);');

出现错误: Function create_function() is deprecated

waitingsong commented 5 years ago

create_function() 这个方法被弃用了吧