Skip to content

Commit dcd96ef

Browse files
committed
use cache again cf. #55
1 parent f876434 commit dcd96ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ospell.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ CorrectionQueue Speller::correct(char * line, int nbest,
10081008
}
10091009
}
10101010
}
1011-
cache[first_input].clear();
1011+
//cache[first_input].clear();
10121012
return correction_queue;
10131013
}
10141014

0 commit comments

Comments
 (0)