tre
tre copied to clipboard
How to apply TRE to a tuple of nouns/adjectives, each of which are at the same level?
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))
Hi @hughperkins, it’s been a while since your message - did you ever figure this out?