How to recognise words and split who have no space like "helloworld" should be "hello " and "world"
-
Hello I need to split the words in a way that each should be meaning ful. For Example we have word "codeproject" , this consist of two words Code and Project. I want to split the words like this . Another Examples would be somehow= Some How. thisis = this is whatisyourname= what is your name Any help would be appreciated. Regards Rizwan Bashir
Rizwan Bashir <a href="http://www.alm-soft.com/">ALM Soft</a>[<a href="http://www.alm-soft.com/" target="_blank" title="New Window">^</a>]
-
Hello I need to split the words in a way that each should be meaning ful. For Example we have word "codeproject" , this consist of two words Code and Project. I want to split the words like this . Another Examples would be somehow= Some How. thisis = this is whatisyourname= what is your name Any help would be appreciated. Regards Rizwan Bashir
Rizwan Bashir <a href="http://www.alm-soft.com/">ALM Soft</a>[<a href="http://www.alm-soft.com/" target="_blank" title="New Window">^</a>]
Well you will need a dictionary to start The you will need to reconstruct the text whilst attempting to match words in the dictionary. Good luck, you will need it.
Steve Jowett ------------------------- Sometimes a man who deserves to be looked down upon because he is a fool, is only despised only because he is an 'I.T. Consultant'