Re: unigrams,bigrams,trigrams?

2006-04-22 Thread Williamawalters
In a message dated 4/22/2006 9:10:58 P.M. Eastern Standard Time, [EMAIL PROTECTED] writes:   > hello all,> I have a text file and i want to get the total number of occurences of> each unigrams that is one word , and the bigram the simultaneous> occurence of 2 words and same for 3 words as t

unigrams,bigrams,trigrams?

2006-04-22 Thread amit hetawal
hello all, I have a text file and i want to get the total number of occurences of each unigrams that is one word , and the bigram the simultaneous occurence of 2 words and same for 3 words as trigrams. I want to store them in hash tables but am not able to get how to parse through the text file and