Hi,
I ran into an issue with the completer: in some corner cases, when the phrases are long, the while loop in getWordCompletions doesn't end. There's no firm invariant that ensures that the loop will be eventually terminated. Also, since there's a for loop on entries, I don't think there's a need for the while loop. I implemented a correction locally, I can share if relevant
Hi,
I ran into an issue with the completer: in some corner cases, when the phrases are long, the
whileloop ingetWordCompletionsdoesn't end. There's no firm invariant that ensures that the loop will be eventually terminated. Also, since there's aforloop onentries, I don't think there's a need for the while loop. I implemented a correction locally, I can share if relevant