test_data(1,[take,the,block,on,the,green,circle,e_o_s]).
test_data(2,[put,the,block,on,the,circle,on,the,red,circle,e_o_s]).
test_data(3,[put,the,green,cone,on,the,square,e_o_s]).
test_data(4,[take,the,red,cone,e_o_s]).
test_data(5,[put,the,green,block,on,the,square,e_o_s]).
test_data(6,[take,the,blue,cone,on,the,red,circle,e_o_s]).
test_data(7,[take,the,cube,on,the,red,circle,e_o_s]).
test_data(8,[put,the,blue,cone,on,the,red,circle,on,the,green,circle,e_o_s]).
test_data(9,[put,the,block,on,the,green,circle,e_o_s]).
test_data(10,[put,the,blue,block,on,the,circle,e_o_s]).

test_per_word([take,the,block,on,the,green,circle,e_o_s,
               put,the,block,on,the,circle,on,the,red,circle,e_o_s,
               put,the,green,cone,on,the,square,e_o_s,
               take,the,red,cone,e_o_s,
               put,the,green,block,on,the,square,e_o_s,
               take,the,blue,cone,on,the,red,circle,e_o_s,
               take,the,cube,on,the,red,circle,e_o_s,
               put,the,blue,cone,on,the,red,circle,on,the,green,circle,e_o_s,
               put,the,block,on,the,green,circle,e_o_s,
               put,the,blue,block,on,the,circle,e_o_s]).

test_per_sentence([[take,the,block,on,the,green,circle,e_o_s],
                   [put,the,block,on,the,circle,on,the,red,circle,e_o_s],
                   [put,the,green,cone,on,the,square,e_o_s],
                   [take,the,red,cone,e_o_s],
                   [put,the,green,block,on,the,square,e_o_s],
                   [take,the,blue,cone,on,the,red,circle,e_o_s],
                   [take,the,cube,on,the,red,circle,e_o_s],
                   [put,the,blue,cone,on,the,red,circle,on,the,green,circle,e_o_s],
                   [put,the,block,on,the,green,circle,e_o_s],
                   [put,the,blue,block,on,the,circle,e_o_s]]).



