Browse Source

if($ending[4] < 0.5){

visuddhinanda 2 years ago
parent
commit
cbb06113a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Tools/CaseMan.php

+ 1 - 1
app/Tools/CaseMan.php

@@ -221,7 +221,7 @@ class CaseMan
 					$input[$currWord] = false;
 					foreach ($case->ending as  $ending) {
 						# code...
-                        if($ending[1] < 0.5){
+                        if($ending[4] < 0.5){
                             continue;
                         }
 						$endingLen = mb_strlen($ending[1], "UTF-8");