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
Hi,
I am trying to train and test a model for chunking. For training, I am using data in the format of CONLL 2000 i.e.
Word POStag Chunktag
However, I am not able to predict chunks for new data as I am getting an unknown key error. What should be the format for that?
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am trying to train and test a model for chunking. For training, I am using data in the format of CONLL 2000 i.e.
Word POStag Chunktag
However, I am not able to predict chunks for new data as I am getting an unknown key error. What should be the format for that?
Thank you!
The text was updated successfully, but these errors were encountered: