:frequency (AMR annotation guidance) |
Example: "We met three times."
(m / meet-03 :frequency 3
:ARG0 (w / we))
Example: "She sometimes misses class."
(m / miss-02
:ARG0 (s / she)
:ARG1 (c / class)
:frequency (s2 / sometimes))
When the frequency relationship is modified, use its reification have-frequency-91:
Example: "We met only once."
(m / meet-03
:ARG0 (w / we)
:ARG1-of (h / have-frequency-91
:ARG2 1
:mod (o / only)))
Events that occur with regular :frequency are annotated using rate-entity-91:
Example: "We play bridge every Wednesday afternoon."
(p / play-01
:ARG0 (w / we)
:ARG1 (b / bridge)
:frequency (r / rate-entity-91
:ARG4 (d / date-entity
:weekday (w2 / wednesday)
:dayperiod (a / afternoon))))