# Ling472 Assignment 1: sentences.txt # This file will contain the test sentences for your elizalike.py script. # The file must be formatted in pairs of lines where each pair # corresponds to a particular test-case of person deixis substitution. # # The first line of each pair should be your test sentence # followed by a tilde (~) followed by the expected response # (gold standard). # The second line of each pair should be a comment line that shows # exactly what string transformation the test case represents. # Comment lines start with the # symbol---just like these lines do. # See example below. If you have questions about this format, # be sure to ask. # # Example: You are happy. ~ I am happy. #You are ~ I am