Introduction - If you have any usage issues, please Google them yourself
Write a Perl script identify_poet.pl that given 1 or more files, each containing a poem, prints the most likely poet per file. For each poet you calculate the log-probability that they wrote it by summing the log-probability of that poet using each word. You should print the poet with the highest log-probability.