We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
One option: Maybe you can use a sequence model and have e.g.
domain → linear order
This would be easy to feed to blocks. You would set up the training data so you had, e.g.
Mary and Sue drank beer yesterday in the park .
The domains and therefore training data would be:
<Mary, drank, beer, yesterday, park> → <Mary, drank, beer, yesterday, park> <Mary, and, Sue> → <Mary, and, Sue> <park, in, the> → <in, the, park>
But we should be able to include parent/child features etc.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
One option: Maybe you can use a sequence model and have e.g.
domain → linear order
This would be easy to feed to blocks. You would set up the training data
so you had, e.g.
Mary and Sue drank beer yesterday in the park .
The domains and therefore training data would be:
But we should be able to include parent/child features etc.
The text was updated successfully, but these errors were encountered: