-
Notifications
You must be signed in to change notification settings - Fork 25
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 do you generate predictions on test file? #13
Comments
You do not need to use the |
why yield osentence in Predict of arc_hybrid.py? Is it really predictable? |
I don't understand your question? |
I means it looks like only reading tagged label from the dev file when I predict. |
Ah ok, no, we do predict inside the Predict function, see uuparser/barchybrid/src/arc_hybrid.py Line 146 in a7632d7
uuparser/barchybrid/src/arc_hybrid.py Line 147 in a7632d7
in the apply_transition function |
How do I generate predictions from a test file? I've tried each of the following, but all used the dev file instead of the test file:
I had to rename the test data file as the dev file to generate test predictions. What did I miss?
The text was updated successfully, but these errors were encountered: