challenging-america-word-ga.../Untitled-1.ipynb
2023-03-29 11:04:11 +02:00

51 lines
1017 B
Plaintext

{
"cells": [
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
"with open('test-A/in.tsv', 'r') as f_in:\n",
" with open('test-A/out.tsv', 'w') as f_out:\n",
" for _ in f_in:\n",
" f_out.write('the:0.1 :0.9\\n')"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.9.12 ('base')",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
},
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "775a359a5b6f42820cb11dff2e8c0375cba15e7c633731e5cd1af5f5882e2e16"
}
}
},
"nbformat": 4,
"nbformat_minor": 2
}