Assignment Task: You are given the following query:
Query: "all dogs go to heaven"
And you have the following two documents:
Document 1: "Never underestimate the lengths dogs go to to be the best friend of their owner"
Document 2: "You feel like you go to heaven when you see the movie, 'Heaven can wait' "
Ignore capitalization and punctuation and compute the Jaccard Similarity Score for the query and each of the two documents, and then state which document is the query most similar to by this measure. Write the scores as J(Q,D1) = ? and J(Q,D2) = ?, where you replace the question mark with your answer, and your answer should be as a fraction, not as a decimal value.