1 2 3 4 5 6 7
public class Test { public static void main(String[] args) { // test your WordCount and InvertedIndex program with your own sample input files here } }