Open seanmacavaney opened 7 years ago
Maybe this calls for a dimension-entity
type? Otherwise your solution looks good.
Another option is to use product-of
, which seems reasonable (source: @purplatypus). But I think dimension-entity
is more semantic.
I am having trouble annotating a dimension. Here's the only example I could find:
This doesn't seem very robust to me: (1) there is inconsistency in the way each dimension component is annotated; (2) the components are not bundled together; and (3) it assumes each component has an independent description on its own.
It's not so clear how to make the above approach work with the following examples where length/width/height are ambiguous or unknown:
I propose handling it like this instead:
You lose the labeling of width and height, but that was not explicit in the sentence to begin with. And in situations where it is, one could use
:mod
to label each component.Thoughts?