Click here to Skip to main content
15,881,173 members

Comments by brknlpr (Top 7 by date)

brknlpr 24-Jul-14 9:47am View    
thanks but ı already check that articles I wrote my codes but I just want to know why it doesnt work
brknlpr 12-Nov-13 17:05pm View    
thank you for your response. Ok then I am reading a negative or positive comment from a txt file.I have to separate each DISTINCT word from this file at first.(This is my first problem)Then I have to count each DISTINCT word each sentence and write it to the richtextbox.(This is second problem)
Let's look this sentence as an example think that I read this from txt file.
"I have to count each DISTINCT word each sentence"
{1 1,2 1,3 2,4 1,5,2,6,1,7,1,8,1} the first number is index of the word and the second one is how many times this word is in a sentence. But as you see we have 9 words but we write 8 index because the word "each" we have 2 and I have to write it once.
I hope that I make it clear
Thank you again
brknlpr 18-Jun-13 11:16am View    
Thank you very very much again. you helped me a lot have a good day :)
brknlpr 18-Jun-13 10:45am View    
thank you very much it worked :) could you please explain a little bit why we do this ?
brknlpr 18-Jun-13 10:42am View    
when I run it in debug mode I can see in my string st this --> 24445098 LS\0\0\0\0\0\02\0G?e1I-00023280DF5VF6844007354S\0\0\0\0S001010339S001010339S001010339\0\0\0\0\0\0030725\0\0\0\0\0\0\0\0\0\0\0\005\0\a??\a??\a??\a??\a??\a\0??$?\b?b?)???^??n??Fl?\a??\a??\a??\a??\a??\a\0??$?\b?b?)???^??n??Fl?\a??\a\0\0\0\0??\0??\a??\a\0??$?\b?b?)???^??n??Fl?" but I it only writes 24445098 LS to the textbox