/************************************************************************/

//Return

//the logarithm of the probability of getting words stored in a file

//   whose name is in the string document1

//when you want to type the words stored in a file

//   whose name is in the string document2.

/************************************************************************/

double logPrOfGettingDocument1WhenTypingDocument2(string document1, string document2);