static void Main(string[] args)
 {
     FrequencyCounter.LookUpDictionary("tale.txt", "web2.txt", 13);
 }