Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fukuball committed Nov 21, 2017
1 parent 4a038e9 commit e8eb653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class/Jieba.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public static function loadUserDict($f_name, $options = array())
*
* @return array self::$trie
*/
public static function addWord($word, $freq, $tag='', $options = array())
public static function addWord($word, $freq, $tag = '', $options = array())
{
if (isset(self::$original_freq[$word])) {
self::$total -= self::$original_freq[$word];
Expand Down

0 comments on commit e8eb653

Please sign in to comment.