visuddhinanda 5 years ago
parent
commit
598b86520c
1 changed files with 2 additions and 2 deletions
  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";