{ "info": { "author": "yaoguai", "author_email": "lapislazulitexts@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Religion", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Text Processing :: Linguistic", "Topic :: Utilities" ], "description": "edict-to-csv\n============\n\nedict-to-csv is a set of small command-line utilities for converting EDICT\ndictionaries into delimited text (CSV). As with many Unix commands, these\nprograms simply read from the standard input and writes to the standard output.\nTwo programs are provided:\n\n* cedict-to-csv(1)\n* edict1-to-csv(1)\n\nedict1-to-csv converts dictionary entries from the original EDICT1 format used\nby the JMdict/EDICT project. It does not handle the EDICT2 format or subsequent\nXML-based formats.\n\ncedict-to-csv converts dictionary entries from the CEDICT project, as used by\nCC-CEDICT. To use this program, you must have \"pinyin-dec\" software installed.\nThis will reformat Pinyin entries to use proper diacritics.\n\nCSV entries take the following format::\n\n FORM1|FORM2|TRANSLITERATION|DEFINITION\n\nIn the case of EDICT, the second field is always empty. For CEDICT, the second\nfield contains the simplified Chinese form.\n\nThe programs included are written as Unix-style command-line utilities. The\nprogram modules are also completely accessible through Python so all program\nfunctions can be easily called by other programs. The programs are written in\nPython 3 and are being made available under the MIT License.\n\nExample Usage\n-------------\n\nYou can convert the Japanese EDICT dictionary like this::\n\n $ cat edict.utf8 | edict1-to-csv > edict.csv\n\nIf it is compressed and in EUC-JP encoding, you may have to convert it::\n\n $ zcat edict.gz | iconv -f EUC-JP -t UTF-8 | edict1-to-csv > edict.csv\n\nYou can convert CC-CEDICT like this::\n\n $ cat cedict.txt | cedict-to-csv > cedict.csv\n\nIf you try to use this program without pinyin-dec installed, you will see::\n\n $ cat cedict.txt | cedict-to-csv > cedict.csv\n cedict-to-csv: pinyin_dec not available!\n\nInstallation\n------------\n\nYou can install this software the old way with setup.py::\n\n # python3 setup.py install\n\nOr if you have pip installed, that is the better way.\n\nDocumentation\n-------------\n\nThis software includes Unix manual pages, which are installed with the program\nfiles. By typing \"man cedict-to-csv\" or \"man edict1-to-csv\", you can review the\ndocumentation for each program included here.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/yaoguai/edict-to-csv", "keywords": "asia cedict chinese cjk csv dictionary edict japanese language", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "edict-to-csv", "package_url": "https://pypi.org/project/edict-to-csv/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/edict-to-csv/", "project_urls": { "Homepage": "https://github.com/yaoguai/edict-to-csv" }, "release_url": "https://pypi.org/project/edict-to-csv/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Convert the EDICT dictionary format into CSV.", "version": "1.0.0" }, "last_serial": 2033656, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "2400e7df47a46f7b0dfea7f0201677de", "sha256": "b9c42b06ab11d469dbd861cbd617f2d5f140623a90135e949fc991a974bb10db" }, "downloads": -1, "filename": "edict-to-csv-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2400e7df47a46f7b0dfea7f0201677de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5596, "upload_time": "2016-03-29T10:49:20", "url": "https://files.pythonhosted.org/packages/07/0c/fa205b003cbdec04932b5c4601c8542918e46a54c33eb001e38df78f2599/edict-to-csv-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2400e7df47a46f7b0dfea7f0201677de", "sha256": "b9c42b06ab11d469dbd861cbd617f2d5f140623a90135e949fc991a974bb10db" }, "downloads": -1, "filename": "edict-to-csv-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2400e7df47a46f7b0dfea7f0201677de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5596, "upload_time": "2016-03-29T10:49:20", "url": "https://files.pythonhosted.org/packages/07/0c/fa205b003cbdec04932b5c4601c8542918e46a54c33eb001e38df78f2599/edict-to-csv-1.0.0.tar.gz" } ] }