{ "info": { "author": "Vit Novotny", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.4", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Text Processing :: Markup :: XML" ], "description": "NTCIR-10 Math Converter \u2013 Converts NTCIR-10 Math datasets, and judgements into NTCIR-11 and NTCIR-12 format\n===========================================================================================================\n[![CircleCI](https://circleci.com/gh/MIR-MU/ntcir10-math-converter/tree/master.svg?style=shield)][ci]\n\n [ci]: https://circleci.com/gh/MIR-MU/ntcir10-math-converter/tree/master (CircleCI)\n\nThe retrieval unit in the [NTCIR-10 Math][aizawaetal13-ntcir10] task\n[dataset][ntcir-10-math-data] is an arXiv document and the judgement unit in\nthe [relevance judgements][ntcir-task-data] is an XML element. On the other\nhand, the retrieval and judgement units in the [NTCIR-11\nMath-2][aizawaetal14-ntcir11], and [NTCIR-12 MathIR][zanibbi16-ntcir12] task\n[dataset][ntcir-12-mathir-data], and [relevance judgements][ntcir-task-data] is\nan arXiv document paragraph. This makes it difficult to use both datasets\ntogether in a single evaluation.\n\nNTCIR Math converter is a Python 3 command-line utility that converts the\nNTCIR-10 Math XHTML5 dataset and relevance judgements to the NTCIR-11 Math-2,\nand NTCIR-12 MathIR XHTML5 format by splitting the dataset into paragraphs and\nredirecting the relevance judgements from elements to their ancestral\nparagraphs. As a result, the NTCIR-10 Math dataset, and relevance judgements\ncan be easily used together with the NTCIR-11 Math-2, and NTCIR-12 MathIR\ndataset, and relevance judgements in a single workflow.\n\n[aizawaetal13-ntcir10]: https://ntcir-math.nii.ac.jp/wp-content/blogs.dir/23/files/2013/10/01-NTCIR10-OV-MATH-AizawaA.pdf (NTCIR-10 Math Pilot Task Overview)\n[aizawaetal14-ntcir11]: https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.686.444&rep=rep1&type=pdf (NTCIR-11 Math-2 Task Overview)\n[ntcir-task-data]: https://www.nii.ac.jp/dsc/idr/en/ntcir/ntcir-taskdata.html (Downloading NTCIR Test Collections Task Data)\n[ntcir-10-math-data]: https://ntcir-math.nii.ac.jp/data/ (NTCIR-12 MathIR \u00bb Data \u00bb NTCIR-10 Math Pilot Task)\n[ntcir-12-mathir-data]: https://ntcir-math.nii.ac.jp/data/ (NTCIR-12 MathIR \u00bb Data \u00bb NTCIR-12 MathIR Task)\n[zanibbi16-ntcir12]: https://research.nii.ac.jp/ntcir/workshop/OnlineProceedings12/pdf/ntcir/OVERVIEW/01-NTCIR12-OV-MathIR-ZanibbiR.pdf (NTCIR-12 MathIR Task Overview)\n\nUsage\n=====\nInstalling\n----------\nThe package can be installed by executing the following command:\nInstalling:\n\n $ pip install ntcir10-math-converter\n\nDisplaying the usage\n--------------------\nUsage information for the package can be displayed by executing the following\ncommand:\n\n $ ntcir10-math-converter --help\n usage: ntcir10-math-converter [-h] --dataset DATASET [DATASET ...]\n [--judgements JUDGEMENTS [JUDGEMENTS ...]]\n [--num-workers NUM_WORKERS]\n\n Convert NTCIR-10 Math XHTML5 dataset and relevance judgements to the NTCIR-11\n Math-2, and NTCIR-12 MathIR XHTML5 format.\n\n optional arguments:\n -h, --help show this help message and exit\n --dataset DATASET [DATASET ...]\n A path to a directory containing the NTCIR-10 Math\n XHTML5 dataset, and a path to a non-existent directory\n that will contain resulting dataset in the NTCIR-11\n Math-2, and NTCIR-12 MathIR XHTML5 format. If only the\n path to the NTCIR-10 Math dataset is specified, the\n dataset will be read to find out the mapping between\n element identifiers, and paragraph identifiers. This\n is required for converting the relevance judgements.\n --judgements JUDGEMENTS [JUDGEMENTS ...]\n Paths to the files containing NTCIR-10 Math relevance\n judgements (odd arguments), followed by paths to the\n files that will contain resulting relevance judgements\n in the NTCIR-11 Math-2, and NTCIR-12 MathIR format\n (even arguments).\n --num-workers NUM_WORKERS\n The number of processes that will be used for\n processing the NTCIR-10 Math dataset. Defaults to 1.\n\nConverting a dataset, and relevance judgements\n----------------------------------------------\nThe following command converts both a dataset, and relevance judgements using\n64 worker processes:\n\n $ ntcir10-math-converter --num-workers 64 \\\n > --dataset ntcir-10 ntcir-10-converted \\\n > --judgements \\\n > NTCIR_10_Math-qrels_ft.dat NTCIR_10_Math-qrels_ft-converted.dat \\\n > NTCIR_10_Math-qrels_fs.dat NTCIR_10_Math-qrels_fs-converted.dat\n Retrieving judged document names, and element identifiers from NTCIR_10_Math-qrels_ft.dat\n 100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 1425/1425 [00:00<00:00, 9634.03it/s]\n Retrieving judged document names, and element identifiers from NTCIR_10_Math-qrels_fs.dat\n 100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 2129/2129 [00:00<00:00, 9671.33it/s]\n Processing dataset ntcir-10\n Converting dataset ntcir-10 -> ntcir-10-converted/xhtml5\n Building a mapping between element identifiers, and paragraph identifiers\n 100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 100000/100000 [06:45<00:00, 246.50it/s]\n Converting relevance judgements NTCIR_10_Math-qrels_ft.dat -> NTCIR_10_Math-qrels_ft-converted.dat\n Skipping identifier f080935#idp57072, as it appears outside a paragraph\n Skipping identifier f039264#id60072, as it appears outside a paragraph\n Skipping identifier f059698#id58538, as it appears outside a paragraph\n ...\n Skipping identifier f023353#idp65840, as it appears outside a paragraph\n Skipping identifier f048268#id53551, as it appears outside a paragraph\n 100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 1425/1425 [00:00<00:00, 252199.81it/s]\n 1425 / 1394 input / output relevance judgements\n Converting relevance judgements NTCIR_10_Math-qrels_fs.dat -> NTCIR_10_Math-qrels_fs-converted.dat\n Skipping identifier f095981#id72919, as it appears outside a paragraph\n Skipping identifier f061190#id56357, as it appears outside a paragraph\n Skipping identifier f033738#id116089, as it appears outside a paragraph\n ...\n Skipping identifier f019052#id54515, as it appears outside a paragraph\n Skipping identifier f021845#id53581, as it appears outside a paragraph\n 100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 2129/2129 [00:00<00:00, 291048.96it/s]\n 2129 / 2076 input / output relevance judgements\n\nConverting only a dataset using 64 worker processes:\n\n $ ntcir10-math-converter --num-workers 64 \\\n > --dataset ntcir-10 ntcir-10-converted\n Processing dataset ntcir-10\n Converting dataset ntcir-10 -> ntcir-10-converted/xhtml5\n 100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 100000/100000 [07:34<00:00, 220.10it/s]\n\nThe following command converts only relevance judgements using 64 worker\nprocesses:\n\n $ ntcir10-math-converter --num-workers 64 \\\n > --dataset ntcir-10 \\\n > --judgements \\\n > NTCIR_10_Math-qrels_ft.dat NTCIR_10_Math-qrels_ft-converted.dat \\\n > NTCIR_10_Math-qrels_fs.dat NTCIR_10_Math-qrels_fs-converted.dat\n Retrieving judged document names, and element identifiers from NTCIR_10_Math-qrels_ft.dat\n 100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 1425/1425 [00:00<00:00, 9539.55it/s]\n Retrieving judged document names, and element identifiers from NTCIR_10_Math-qrels_fs.dat\n 100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 2129/2129 [00:00<00:00, 9332.81it/s]\n Processing dataset ntcir-10\n Building a mapping between element identifiers, and paragraph identifiers\n 100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 2405/2405 [00:16<00:00, 144.41it/s]\n Converting relevance judgements NTCIR_10_Math-qrels_ft.dat -> NTCIR_10_Math-qrels_ft-converted.dat\n Skipping identifier f080935#idp57072, as it appears outside a paragraph\n Skipping identifier f039264#id60072, as it appears outside a paragraph\n Skipping identifier f059698#id58538, as it appears outside a paragraph\n ...\n Skipping identifier f023353#idp65840, as it appears outside a paragraph\n Skipping identifier f048268#id53551, as it appears outside a paragraph\n 100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 1425/1425 [00:00<00:00, 252199.81it/s]\n 1425 / 1394 input / output relevance judgements\n Converting relevance judgements NTCIR_10_Math-qrels_fs.dat -> NTCIR_10_Math-qrels_fs-converted.dat\n Skipping identifier f095981#id72919, as it appears outside a paragraph\n Skipping identifier f061190#id56357, as it appears outside a paragraph\n Skipping identifier f033738#id116089, as it appears outside a paragraph\n ...\n Skipping identifier f019052#id54515, as it appears outside a paragraph\n Skipping identifier f021845#id53581, as it appears outside a paragraph\n 100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 2129/2129 [00:00<00:00, 291048.96it/s]\n 2129 / 2076 input / output relevance judgements\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MIR-MU/ntcir10-math-converter", "keywords": "ntcir math_information_retrieval", "license": "MIT", "maintainer": "Vit Novotny", "maintainer_email": "", "name": "ntcir10-math-converter", "package_url": "https://pypi.org/project/ntcir10-math-converter/", "platform": "", "project_url": "https://pypi.org/project/ntcir10-math-converter/", "project_urls": { "Homepage": "https://github.com/MIR-MU/ntcir10-math-converter", "Source": "https://github.com/MIR-MU/ntcir10-math-converter" }, "release_url": "https://pypi.org/project/ntcir10-math-converter/0.2.2/", "requires_dist": [ "beautifulsoup4 (~=4.6.0)", "lxml (~=4.2.1)", "tqdm (~=4.23.3)" ], "requires_python": "~= 3.4", "summary": " The NTCIR-10 Math Converter package converts NTCIR-10 Math XHTML dataset and relevance judgements to the NTCIR-11 Math-2, and NTCIR-12 MathIR XHTML5 format.", "version": "0.2.2" }, "last_serial": 3987046, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "657ad027b8758afaf17e63c4c7f0d3fc", "sha256": "cbe69c567b44d34b11e2c27a2d252be82b05080e64954485ac49aba70500b50a" }, "downloads": -1, "filename": "ntcir10_math_converter-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "657ad027b8758afaf17e63c4c7f0d3fc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": "~= 3.4", "size": 8894, "upload_time": "2018-05-18T17:44:23", "url": "https://files.pythonhosted.org/packages/04/95/5848df81ff193a9df74d2c2781a9843638bf7f2325c8942a883b721dbfba/ntcir10_math_converter-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d6cecfcc76cb140e22c509383dcea38d", "sha256": "63ad03444a5056d18753a780ac358bc7ef53bcf85f34e00c9f7fae2483e884ad" }, "downloads": -1, "filename": "ntcir10_math_converter-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d6cecfcc76cb140e22c509383dcea38d", "packagetype": "sdist", "python_version": "source", "requires_python": "~= 3.4", "size": 6995, "upload_time": "2018-05-18T17:44:25", "url": "https://files.pythonhosted.org/packages/b2/4c/74b5f9a073288c5c483e8aca9c931812bf157f55aabd13f0214978d7d39f/ntcir10_math_converter-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "c805c7cff7739ce3d1b127f297245752", "sha256": "e50c7f0fd0badcd02e23aa330502b47b8d30856737d35ca48fc4ceb37f9b019e" }, "downloads": -1, "filename": "ntcir10_math_converter-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c805c7cff7739ce3d1b127f297245752", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": "~= 3.4", "size": 8792, "upload_time": "2018-05-18T18:06:13", "url": "https://files.pythonhosted.org/packages/70/df/cf6e7256cf9620cda392de91538ce38866e3ae12b5facbcd53905d012346/ntcir10_math_converter-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e4f5de5cdf465bb4778e646713f25aef", "sha256": "b1c03b8d13fbc9ff164757eb316b0730c6818001033c20491a90d475658e4816" }, "downloads": -1, "filename": "ntcir10_math_converter-0.1.2.tar.gz", "has_sig": false, "md5_digest": "e4f5de5cdf465bb4778e646713f25aef", "packagetype": "sdist", "python_version": "source", "requires_python": "~= 3.4", "size": 6896, "upload_time": "2018-05-18T18:06:15", "url": "https://files.pythonhosted.org/packages/3f/40/2886c53e637063a3991ced0f9247b56d03191cf15958052eb66f9d8f7a6b/ntcir10_math_converter-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "02d50674a37dd7acb3376d2a3b433d09", "sha256": "738c989619111905f33d1eacb42e7b1c62c13fcf79f0f51b9a8649f33f504877" }, "downloads": -1, "filename": "ntcir10_math_converter-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "02d50674a37dd7acb3376d2a3b433d09", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": "~= 3.4", "size": 8793, "upload_time": "2018-05-18T18:20:27", "url": "https://files.pythonhosted.org/packages/47/3f/cb690593e775d7c10d8950f203d7239217e156a6701caee5783490ece7b5/ntcir10_math_converter-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b623ed1fee3466dba40c4080bb25f463", "sha256": "ff9aaec67c97806289e65eed18c13341a438ac75d3493daded77215c8a4b73ef" }, "downloads": -1, "filename": "ntcir10_math_converter-0.1.3.tar.gz", "has_sig": false, "md5_digest": "b623ed1fee3466dba40c4080bb25f463", "packagetype": "sdist", "python_version": "source", "requires_python": "~= 3.4", "size": 6906, "upload_time": "2018-05-18T18:20:29", "url": "https://files.pythonhosted.org/packages/2c/a0/d93a40096d64a669c190b081258742e843ef78780e02fb4965ab6e0db15b/ntcir10_math_converter-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "cd61740e53a08568fb0fac25003d340e", "sha256": "732c529599fd374d6ccecc285588e736318a1b9fc1d50993ab9364df92903de4" }, "downloads": -1, "filename": "ntcir10_math_converter-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cd61740e53a08568fb0fac25003d340e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": "~= 3.4", "size": 8776, "upload_time": "2018-05-19T22:14:20", "url": "https://files.pythonhosted.org/packages/53/d9/a08a1ba9340306a51b3060527357e6c31c52448ae81c78af5d3bb81d46b4/ntcir10_math_converter-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d74430a4723301446ea33993fe6d35a3", "sha256": "3f8d08c04a97d6b450008bf955193703045be7d0bcf03f817c8162df481f12c5" }, "downloads": -1, "filename": "ntcir10_math_converter-0.1.4.tar.gz", "has_sig": false, "md5_digest": "d74430a4723301446ea33993fe6d35a3", "packagetype": "sdist", "python_version": "source", "requires_python": "~= 3.4", "size": 6901, "upload_time": "2018-05-19T22:14:23", "url": "https://files.pythonhosted.org/packages/db/94/0287ee54f487550de8fcee67c40cfc9ad05913694161104b9b8e11236c87/ntcir10_math_converter-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "9b9988687229b6b6a972a3f4b60531c1", "sha256": "55c813823d7529d02afb30924e76397d063649124b6fd2fa79cf6f8a40c9a024" }, "downloads": -1, "filename": "ntcir10_math_converter-0.1.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9b9988687229b6b6a972a3f4b60531c1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": "~= 3.4", "size": 8781, "upload_time": "2018-05-21T14:29:02", "url": "https://files.pythonhosted.org/packages/17/f4/3a8a757890bb9ce19ce3b9f445f78b5f6a4ebeb67849c665f594c9555ebf/ntcir10_math_converter-0.1.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a5eaa7c609888eb0ead528ec8d50fd99", "sha256": "db512dbc0313367613fd5723e4a0ec5b3b71d344a26bcf622261b0243cc059b1" }, "downloads": -1, "filename": "ntcir10_math_converter-0.1.5.tar.gz", "has_sig": false, "md5_digest": "a5eaa7c609888eb0ead528ec8d50fd99", "packagetype": "sdist", "python_version": "source", "requires_python": "~= 3.4", "size": 6905, "upload_time": "2018-05-21T14:29:03", "url": "https://files.pythonhosted.org/packages/87/2f/3d9fe4100301f6052e317a97f085c1613d8a8a94356e44c9f8cfec05b561/ntcir10_math_converter-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "d982e1b18aa1b76d03be5f3beaa6f1f2", "sha256": "a1012715b1c53cf9215a6fb0b80ad9bc8eaba87ced3e176b580b437ffe100368" }, "downloads": -1, "filename": "ntcir10_math_converter-0.1.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d982e1b18aa1b76d03be5f3beaa6f1f2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": "~= 3.4", "size": 8787, "upload_time": "2018-06-06T22:11:30", "url": "https://files.pythonhosted.org/packages/e9/1a/1a7f4a6c47100f3f4fa78f2388c57eb41eeb7ecbc0f703544c50309d59e1/ntcir10_math_converter-0.1.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "50751fe12304b46c53cfca56a53fc620", "sha256": "b76f35ac998a7975f693d290e125fe1502af90d28cf50c6377d299b4037b0afb" }, "downloads": -1, "filename": "ntcir10_math_converter-0.1.6.tar.gz", "has_sig": false, "md5_digest": "50751fe12304b46c53cfca56a53fc620", "packagetype": "sdist", "python_version": "source", "requires_python": "~= 3.4", "size": 6914, "upload_time": "2018-06-06T22:11:32", "url": "https://files.pythonhosted.org/packages/b0/9b/427017163f07abfe83bd895a4883ce5ca6ef6d971fd01db18ecfbc10b70e/ntcir10_math_converter-0.1.6.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "fe7ce72241568a30c1113e5d24dbf4dc", "sha256": "b53241e18d6a53bad7650edbd5ad7552638faee6b247a1457a0d02670b482b00" }, "downloads": -1, "filename": "ntcir10_math_converter-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fe7ce72241568a30c1113e5d24dbf4dc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": "~= 3.4", "size": 8853, "upload_time": "2018-06-16T15:14:39", "url": "https://files.pythonhosted.org/packages/51/b8/9e70e5558289a32e2ea61e5299b2b3a7c47b4e8edce5748d5c59c02522a8/ntcir10_math_converter-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e1bd000dce64010b5882876ad89ab19e", "sha256": "782ed17fb1afb1e2f9abce82ee3f0ff11e453eb68242ab7e801874e5502bbbc4" }, "downloads": -1, "filename": "ntcir10_math_converter-0.2.1-py3.4.egg", "has_sig": false, "md5_digest": "e1bd000dce64010b5882876ad89ab19e", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": "~= 3.4", "size": 13559, "upload_time": "2018-06-16T15:14:41", "url": "https://files.pythonhosted.org/packages/8c/75/6067e52e7871844705ccdbc298f9edaec686389204b0870c24eb22ce2321/ntcir10_math_converter-0.2.1-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "bf163be0d4b638986dab320be7af3d57", "sha256": "a5e0fb82eace2bcad5c7d81cbcfe4efc0556130601eac73fdcdd60d639a24266" }, "downloads": -1, "filename": "ntcir10_math_converter-0.2.1.tar.gz", "has_sig": false, "md5_digest": "bf163be0d4b638986dab320be7af3d57", "packagetype": "sdist", "python_version": "source", "requires_python": "~= 3.4", "size": 7030, "upload_time": "2018-06-16T15:14:42", "url": "https://files.pythonhosted.org/packages/30/bb/4882b2292684ffd0e8fc9ab0d80950bbd565957f528d84a1dd2c36ca6f64/ntcir10_math_converter-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "42c158c64cf0170f1ff10367ead5b2ed", "sha256": "1a743ed0ea1032c99f25109e75c7fe93ba4fa4ed799d9e6c7a81054a9e2cc932" }, "downloads": -1, "filename": "ntcir10_math_converter-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "42c158c64cf0170f1ff10367ead5b2ed", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": "~= 3.4", "size": 9014, "upload_time": "2018-06-21T21:22:13", "url": "https://files.pythonhosted.org/packages/b8/f9/eb29f92d9668512494c8787454d7300911469938b36f0b77d930eaf1e9c0/ntcir10_math_converter-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1565f1f307f0fb7c45380c595a84e352", "sha256": "0152030ccef1440808dfb551f0c0df6272478e82791d67001ab8794c8ad06ff1" }, "downloads": -1, "filename": "ntcir10_math_converter-0.2.2.tar.gz", "has_sig": false, "md5_digest": "1565f1f307f0fb7c45380c595a84e352", "packagetype": "sdist", "python_version": "source", "requires_python": "~= 3.4", "size": 7726, "upload_time": "2018-06-21T21:22:16", "url": "https://files.pythonhosted.org/packages/3c/8f/02d7a2b436c6b92e923514c62cfc330bb2ef5bbad62829b2f9785121bed6/ntcir10_math_converter-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "42c158c64cf0170f1ff10367ead5b2ed", "sha256": "1a743ed0ea1032c99f25109e75c7fe93ba4fa4ed799d9e6c7a81054a9e2cc932" }, "downloads": -1, "filename": "ntcir10_math_converter-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "42c158c64cf0170f1ff10367ead5b2ed", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": "~= 3.4", "size": 9014, "upload_time": "2018-06-21T21:22:13", "url": "https://files.pythonhosted.org/packages/b8/f9/eb29f92d9668512494c8787454d7300911469938b36f0b77d930eaf1e9c0/ntcir10_math_converter-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1565f1f307f0fb7c45380c595a84e352", "sha256": "0152030ccef1440808dfb551f0c0df6272478e82791d67001ab8794c8ad06ff1" }, "downloads": -1, "filename": "ntcir10_math_converter-0.2.2.tar.gz", "has_sig": false, "md5_digest": "1565f1f307f0fb7c45380c595a84e352", "packagetype": "sdist", "python_version": "source", "requires_python": "~= 3.4", "size": 7726, "upload_time": "2018-06-21T21:22:16", "url": "https://files.pythonhosted.org/packages/3c/8f/02d7a2b436c6b92e923514c62cfc330bb2ef5bbad62829b2f9785121bed6/ntcir10_math_converter-0.2.2.tar.gz" } ] }