visuddhinanda 5 년 전
부모
커밋
598b86520c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/dict/split.php

+ 2 - 2
app/dict/split.php

@@ -140,13 +140,13 @@ foreach ($arrWords as $currword) {
 		if($needDeep){
 			mySplit2($oneword, 0, false, 0, 0.5, 0.95, true, false);
 			if(count($result) < 2){
-				//mySplit2($oneword, 0, $_express, 0, 0.3, 0.8, true, true);
+				mySplit2($oneword, 0, $_express, 0, 0.4, 0.8, true, true);
 			}
 			if (isset($_POST["debug"])) {
 				echo "正切:" . count($result) . "<br>\n";
 			}
 			if(count($result) < 2){
-				//mySplit2($oneword, 0, $_express, 0, 0.3, 0.8, false, true);
+				mySplit2($oneword, 0, $_express, 0, 0.4, 0.8, false, true);
 			}
 			if (isset($_POST["debug"])) {
 				echo "反切:" . count($result) . "<br>\n";