Rolesets - either

either

either.01 - exclusive: one or the other

EITHER NOTES: Added for SpatialAMR to help with quantification disambiguation.

Aliases:

either (d.)

Roles:

ARG1-PPT: pair being chosen between

either-d

Pick
eitherrel
sideARG1
, it does n't matter which .

          (a / and
            :op1 (p / pick-01 :mode imperative
              :ARG0 (y / you)
              :ARG1 (s / side
                :ARG1-of (e / either-01)))
            :op2 (m / matter-01 :polarity -
              :ARG1 (s2 / side
                :ARG1-of (i2 / include-91
                  :ARG2 s))))
        

either.02 - inclusive: each

EITHER NOTES: Added for SpatialAMR to help with quantification disambiguation.

Aliases:

either (d.)

Roles:

ARG1-PPT: pair, with both selected

either-d

Take two blocks and place them on
eitherrel
sideARG1
of the red .

          (a / and
            :op1 (t / take-01 :mode imperative
              :ARG0 (y / you)
              :ARG1 (b / block :quant 2))
            :op2 (p / place-01 :mode imperative
              :ARG0 y
              :ARG1 b
              :ARG2 (s / space :pl +
                :ARG1-of (n / next-to-02
                  :ARG2 (s2 / side
                    :ARG1-of (e / either-02)
                    :part-of (t2 / thing
                      :color (r / red)))))))