jflanigan / jamr

JAMR Parser and Generator
BSD 2-Clause "Simplified" License
193 stars 49 forks source link

AMRs with minus concepts :mod (-/-) #37

Open kovvalsky opened 5 years ago

kovvalsky commented 5 years ago

When I parse sentences with JAMR sometimes I get minus concepts which can have relations. For example:

# ::snt There is no basketball player on the court floor and no one is grabbing the ball
# ::tok There is no basketball player on the court floor and no one is grabbing the ball
# ::alignments 15-16|0.1.1 13-14|0.1 10-11|0.0.1 9-10|0 8-9|0.0 7-8|0.0.0 4-5|0.1.0.0+0.1.0 3-4|0.1.0.0.0 2-3|0.0.1.0 ::annotator JAMR dev v0.3 ::date 2019-01-16T14:53:26.909
(a / and 
      :op1 (f / floor 
            :mod (c / court) 
            :mod (- / - 
                  :domain-of -)) 
      :op2 (g / grab-01 
            :ARG0 (t / thing 
                  :ARG0-of (p / play-12 
                        :ARG1 (b2 / basketball))) 
            :ARG1 (b / ball)))

Also smatch complains for -/- concepts.