concordia search php

This commit is contained in:
rjawor 2017-02-21 12:48:52 +01:00
parent 8489b41f05
commit 97fed9a645

View File

@ -38,7 +38,7 @@ $data = json_decode($response);
$fragments = array();
$lastInsertedEnd = 0;
for($i=0; $i<2;$i++) {
for($i=0; $i<count($data->result->bestOverlay);$i++) {
$fragment = data->result->bestOverlay[i];
//previous unmarked fragment
$markedSentence += substr($inputSentence,$lastInsertedEnd, $fragment->matchedPatternStart - $lastInsertedEnd);