#this is testsuite2.lfg

#for parse-testfile to work, make sure there is a blank line between the comment and the sentence to be parsed

# the numbers in brackets behind the sentence tell you how many parses the sentence had, how much CPU time was taken 
# and how many subtrees were processed. 

# Note: in the lecture the possibility of using 0! to indicate sentences 
# that should be ungrammatical was mentioned.  This does not seem to work with
# the current XLE. 


#active 

the dog devours a bone (1 0.000 13)


#passive version 

a bone was devoured by the dog  (1 0.000 18)



# unification failure, subject-verb agreement (consistency)

the dogs devours bones   (0 0.010 11)

# coherence violation

the dog appears bones  (0 0.000 0)

# completeness violation

the dog devours  (0 0.000 8)

# missing PRED value, completeness violation

the dog devours a bone (1 0.000 13)

#missing rules, unknown words

the dog devours bones in the park (0 0.000 0)


# 7 sentences, 0.010 CPU secs total, 0.010 CPU secs max (10/06/14)