//Team Member 1, Team Member 2 // //Test Cases for Assignment 13 // // //Test case 1 //== Testing the alice/book example. Here is the input: alice found mean green book //-- This is the expected output: (("alice") ("found") (("mean" "green") "book")) // // // Test case 2 //== Testing the mean/cow example. Here is the input: mean cow saw carefully green alice with book //-- expected output ((("mean") "cow") ("saw" "carefully") (("green") "alice" ("with" ("book")))) // // // Test case 3 //== Testing an invalid word as the subject. bob found mean green book //-- expected output Input is not a sentence.