isi-nlp / DiplomacyAMR

AMR-related aspects of Diplomacy ALLAN project
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Plurals #23

Closed saramosher888 closed 2 years ago

saramosher888 commented 2 years ago

Can / should we use plurals (armies, fleets, units)? Right now the checker is identifying these as errors because it expects to see the singular form of the word. It's not the most frequent issue, but we should probably make a decision.

Examples:

uhermjakob commented 2 years ago

Yes, all concepts should be normalized, e.g. move-01 or army (always singular form). From (general) AMR Guidelines: AMR 1.2 does not represent event times (outside of the explicit :time relation), articles, plurals, or quotation marks But explicit quantities are annotated, e.g. (army :quant 2) for two armies.

saramosher888 commented 2 years ago

OK, that makes sense.