tre icon indicating copy to clipboard operation
tre copied to clipboard

How to apply TRE to a tuple of nouns/adjectives, each of which are at the same level?

Open hughperkins opened this issue 4 years ago • 1 comments

eg, lets say I have [red, green, pink].

I came up with two ideas, not sure which of these are best, or perhaps they are both best not the best approach, and there is a better approach?

  • option 1: modify Compose, to be able to take tuples of more than two representations, and keep the ground truth as flat, i.e. (red, green, pink), or
  • option 2: build a binary tree, from the ground truth, e.g. (red, (green, pink))

hughperkins avatar Apr 20 '21 20:04 hughperkins

Hi @hughperkins, it’s been a while since your message - did you ever figure this out?

oshapio avatar Mar 24 '25 00:03 oshapio