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
disambig_mle_calima-msa-r13-0.2.5 is 85mb — after replacing escape codes with unicode it is 51mb.
disambig_mle_calima-msa-r13-0.2.5
The command I used to remove escape codes: jq -c . < model.json > model-nofmt.json. In python, pass ensure_ascii=False to json.dumps.
jq -c . < model.json > model-nofmt.json
ensure_ascii=False
json.dumps
{"\u0641\u064a": {"diac": "\u0641\u0650\u064a"
{"في":{"diac":"فِي"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
disambig_mle_calima-msa-r13-0.2.5
is 85mb — after replacing escape codes with unicode it is 51mb.The command I used to remove escape codes:
jq -c . < model.json > model-nofmt.json
. In python, passensure_ascii=False
tojson.dumps
.{"\u0641\u064a": {"diac": "\u0641\u0650\u064a"
{"في":{"diac":"فِي"
The text was updated successfully, but these errors were encountered: