Skip to content

Commit

Permalink
use cache again cf. #55
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jan 30, 2022
1 parent f876434 commit dcd96ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ospell.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ CorrectionQueue Speller::correct(char * line, int nbest,
}
}
}
cache[first_input].clear();
//cache[first_input].clear();
return correction_queue;
}

Expand Down

0 comments on commit dcd96ef

Please sign in to comment.