Display only the 20 most used words[word frequency]thank you very much i add a to limit the loop [code]for(int i=0,a=0; i<wordvector.size(),a<21...
Display only the 20 most used words[word frequency]i try changing this code [code]for(int i=0; i<wordvector.size(); ++i[/code] to [code]for(int i=0; i<...
Display only the 20 most used words[word frequency][code]#include <iostream> #include <fstream> #include <algorithm> #include <string> #include <ma...
Display only the 20 most used words[word frequency]Ok here is the program that i change base on my what i have than but my problem now is when they h...
Display only the 20 most used words[word frequency]they are definitely correct test it your self c'mon just 1 more problem and it will be over..i ...
This user does not accept Private Messages