can (modal)   (AMR annotation guidance)

The modal can is annotated as possible, with a :ARG1 complement:

Example:  The boy can go.
     (p / possible-01
           :ARG1 (g / go-02
                 :ARG0 (b / boy)))

Example:  Cars ca n't move because of overflowing sewers.
     (p / possible-01 :polarity -
           :ARG1 (m / move-01
                 :ARG1 (c / car))
           :ARG1-of (c2 / cause-01
                 :ARG0 (o / overflow-01
                       :ARG1 (s / sewer))))

Example:  The boy is able to go.
     (p / possible-01
           :ARG1 (g / go-02
                 :ARG0 (b / boy)))

close this window