Hi,
We are using ASPOSE Spell checker in a VB Winform application. We are having a weird problem. Please find the attached two text files (Good One.txt and Bad One.txt). The problem is when I have a long text, and if the word at the end of a sentence and a word at the begenning of next sentence doesn't have any space between them (for example sealed.Information ) then the line where we call GetNextWrongWord() takes long time to execute. We also pasted both the files in your online demo and when you click on spellcheck, you will see that the good one takes few second and the bad one takes few minutes. The only difference between the two files is that the good one has a space between sentences where as the bad one not. Please let us know, how can we solve this issue.
I am not able to upload both. Please do a find and replace to create a good one.
Find - Sealed.Information
Replace - Sealed. Information
Thank you
Lalitha