{ "cells": [ { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "Using custom data configuration jonathanli--echr-8f6bd4e68e0f7714\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Downloading and preparing dataset json/jonathanli--echr to /home/jonathan/.cache/huggingface/datasets/jonathanli___json/jonathanli--echr-8f6bd4e68e0f7714/0.0.0/a3e658c4731e59120d44081ac10bf85dc7e1388126b92338344ce9661907f253...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data: 100%|██████████| 106M/106M [00:01<00:00, 66.6MB/s]\n", "Downloading data: 100%|██████████| 37.9M/37.9M [00:00<00:00, 56.8MB/s]\n", "Downloading data: 100%|██████████| 21.9M/21.9M [00:00<00:00, 42.3MB/s]\n", "Downloading data files: 100%|██████████| 3/3 [00:05<00:00, 1.98s/it]\n", "Extracting data files: 100%|██████████| 3/3 [00:00<00:00, 2462.41it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /home/jonathan/.cache/huggingface/datasets/jonathanli___json/jonathanli--echr-8f6bd4e68e0f7714/0.0.0/a3e658c4731e59120d44081ac10bf85dc7e1388126b92338344ce9661907f253. Subsequent calls will reuse this data.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "100%|██████████| 3/3 [00:00<00:00, 189.83it/s]\n" ] } ], "source": [ "import datasets\n", "echr = datasets.load_dataset(\"jonathanli/echr\")" ] }, { "cell_type": "code", "execution_count": 19, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "5. The applicant was born in 1961 and is currently detained in İzmit Ftype prison.\n", "6. On 6 May 2000 the applicant was arrested and taken into police custody on suspicion of membership of a criminal profit-making organisation and carrying out illegal activities on its behalf.\n", "7. On 8 May 2000 the investigating judge at the İstanbul State Security Court ordered the applicant’s pre-trial detention.\n", "8. On 19 June 2000 a bill of indictment was filed against the applicant and four other persons with the İstanbul State Security Court, accusing them of forming a criminal profit-making organisation and of being involved in incidents of murder, extortion and fraud.\n", "9. On 30 January 2003 the first-instance court acquitted the applicant and the other accused of the former charge on the ground that the mental elements of the crime had not been established on their parts. It followed that it lacked jurisdiction to examine the other charges brought against them and transferred the proceedings to the Kartal Assize Court.\n", "10. On 20 December 2004 the Court of Cassation quashed the judgment of the first-instance court, noting that the latter had erroneously acquitted the applicant and his co-accused of the charge concerned. In its decision, the court held that all components of forming a criminal profit-making organisation had been sufficiently established against the accused.\n", "11. Subsequently, the case was remitted to the first-instance court.\n", "12. Following the abolition of the State Security Courts by Law no. 5190, the İstanbul Assize Court resumed the criminal proceedings.\n", "13. During the proceedings, the İstanbul Assize Court reviewed the lawfulness of the applicant’s continued detention regularly at the end of each hearing or, at the latest, every thirty days, of its own motion, without holding any oral hearing.\n", "14. At the hearing on 3 March 2010 the İstanbul Assize Court decided, once more, to extend the applicant’s continued detention on account of the reasonable grounds of suspicion that he had committed the offences with which he was charged, and the state of the evidence in the case file.\n", "15. On 5 January 2011 having regard to the period he had spent in detention, the İstanbul Assize Court released the applicant.\n", "16. On the basis of the range of evidence in the case file, on 6 December 2011 the İstanbul Assize Court convicted the applicant of a number of crimes; including forming a criminal profit-making organisation, murder, abduction and extortion. Subsequently, the court sentenced the applicant to life imprisonment.\n", "17. According to the information in the case file, the applicant lodged an appeal with the Court of Cassation, before which the proceedings are currently pending.\n", "18. The relevant sections of the Turkish Code of Criminal Procedure (Law no.5271) can be found in the judgment of Araz v. Turkey (no. 44319/04, §§ 15-16, 20 May 2010).\n" ] } ], "source": [ "print(\"\\n\".join(echr[\"train\"][110][\"text\"]))" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3.10.5 64-bit", "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.10.5" }, "orig_nbformat": 4, "vscode": { "interpreter": { "hash": "e7370f93d1d0cde622a1f8e1c04877d8463912d04d973331ad4851f04de6915a" } } }, "nbformat": 4, "nbformat_minor": 2 }