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
I am retraining a POS tag model of STANZA library. After updating the CONLLU files (dev,test, train), when I try to prepare the script by
**
python3 -m stanza.utils.datasets.prepare_pos_treebank UD_URDU-UDTB
It gives the following error
#raise ValueError("Unable to find language code for %s" % lang) ValueError: Unable to find language code for URDU
How can I fix it
The text was updated successfully, but these errors were encountered:
Try UD_Urdu-UDTB
UD_Urdu-UDTB
Sorry, something went wrong.
No branches or pull requests
I am retraining a POS tag model of STANZA library. After updating the CONLLU files (dev,test, train), when I try to prepare the script by
**
**
It gives the following error
#raise ValueError("Unable to find language code for %s" % lang)
ValueError: Unable to find language code for URDU
How can I fix it
The text was updated successfully, but these errors were encountered: