Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hughperkins opened this issue Apr 20, 2021 · 0 comments

Comments

@hughperkins
Copy link

hughperkins commented Apr 20, 2021

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))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant