{ "info": { "author": "Gaurav", "author_email": "contactgauravforwork@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3" ], "description": "## Natural Language Toolkit for Indic Languages (iNLTK)\n\n[![Gitter](https://badges.gitter.im/inltk/community.svg)](https://gitter.im/inltk/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)\n\niNLTK aims to provide out of the box support for various NLP tasks \nthat an application developer might need for Indic languages.\n\n![Alt Text](inltk/static/inltk.gif)\n\n### Installation\n\n```bash\npip install http://download.pytorch.org/whl/cpu/torch-1.0.0-cp36-cp36m-linux_x86_64.whl\npip install inltk\n```\n\niNLTK runs on CPU, as is the desired behaviour for most\nof the Deep Learning models in production.\n\nThe first command above will install pytorch-cpu, which, as the name suggests,\n does not have cuda support. \n\n`Note: inltk is currently supported only on Linux with Python >= 3.6`\n\n### Installation on windows (experimental)\n```bash\npip install https://download.pytorch.org/whl/cpu/torch-1.1.0-cp36-cp36m-win_amd64.whl\npip install inltk\n```\n\n### Supported languages\n\n| Language | Code |\n|:--------:|:----:|\n| Hindi | hi |\n| Punjabi | pa |\n| Sanskrit | sa |\n| Gujarati | gu |\n| Kannada | kn |\n| Malayalam | ml |\n| Nepali | ne |\n| Odia | or |\n| Marathi | mr |\n| Bengali | bn |\n| Tamil | ta |\n| Urdu | ur |\n\n### Usage\n\n**Setup the language**\n\n```bash\nfrom inltk.inltk import setup\n\nsetup('') // if you wanted to use hindi, then setup('hi')\n```\n\n`Note: You need to run setup('') when you use a language \nfor the FIRST TIME ONLY. This will download all the necessary models required\nto do inference for that language.`\n\n**Tokenize**\n\n```bash\nfrom inltk.inltk import tokenize\n\ntokenize(text ,'') // where text is string in \n```\n\n**Get Embedding Vectors**\n\nThis returns an array of \"Embedding vectors\", containing 400 Dimensional representation for \nevery token in the text.\n\n\n```\nfrom inltk.inltk import get_embedding_vectors\n\nvectors = get_embedding_vectors(text, '') // where text is string in \n\nExample:\n\n>> vectors = get_embedding_vectors('\u092d\u093e\u0930\u0924', 'hi')\n>> vectors[0].shape\n(400,)\n\n>> get_embedding_vectors('\u0a1c\u0a3f\u0a39\u0a28\u0a3e\u0a02 \u0a24\u0a4b\u0a02 \u0a27\u0a3e\u0a24\u0a35\u0a40 \u0a05\u0a32\u0a4c\u0a39 \u0a26\u0a3e \u0a06\u0a30\u0a25\u0a15','pa')\n[array([-0.894777, -0.140635, -0.030086, -0.669998, ..., 0.859898, 1.940608, 0.09252 , 1.043363], dtype=float32), array([ 0.290839, 1.459981, -0.582347, 0.27822 , ..., -0.736542, -0.259388, 0.086048, 0.736173], dtype=float32), array([ 0.069481, -0.069362, 0.17558 , -0.349333, ..., 0.390819, 0.117293, -0.194081, 2.492722], dtype=float32), array([-0.37837 , -0.549682, -0.497131, 0.161678, ..., 0.048844, -1.090546, 0.154555, 0.925028], dtype=float32), array([ 0.219287, 0.759776, 0.695487, 1.097593, ..., 0.016115, -0.81602 , 0.333799, 1.162199], dtype=float32), array([-0.31529 , -0.281649, -0.207479, 0.177357, ..., 0.729619, -0.161499, -0.270225, 2.083801], dtype=float32), array([-0.501414, 1.337661, -0.405563, 0.733806, ..., -0.182045, -1.413752, 0.163339, 0.907111], dtype=float32), array([ 0.185258, -0.429729, 0.060273, 0.232177, ..., -0.537831, -0.51664 , -0.249798, 1.872428], dtype=float32)]\n>> vectors = get_embedding_vectors('\u0a1c\u0a3f\u0a39\u0a28\u0a3e\u0a02 \u0a24\u0a4b\u0a02 \u0a27\u0a3e\u0a24\u0a35\u0a40 \u0a05\u0a32\u0a4c\u0a39 \u0a26\u0a3e \u0a06\u0a30\u0a25\u0a15','pa')\n>> len(vectors)\n8\n\n```\n\nTo get a feel of embeddings, checkout\n [this visualization of subset of Hindi Embedding vectors](https://projector.tensorflow.org/?config=https://raw.githubusercontent.com/goru001/nlp-for-hindi/master/language-model/embedding_projector_config.json)\n\n**Predict Next 'n' words**\n\n```bash\nfrom inltk.inltk import predict_next_words\n\npredict_next_words(text , n, '') \n\n// text --> string in \n// n --> number of words you want to predict (integer)\n```\n\n`Note: You can also pass a fourth parameter, randomness, to predict_next_words.\nIt has a default value of 0.8`\n\n**Identify language**\n\nNote: If you update the version of iNLTK, you need to run \n`reset_language_identifying_models` before identifying language.\n\n```bash\nfrom inltk.inltk import identify_language, reset_language_identifying_models\n\nreset_language_identifying_models() # only if you've updated iNLTK version\nidentify_language(text)\n\n// text --> string in one of the supported languages\n\nExample:\n\n>> identify_language('\u0928\u094d\u092f\u093e\u092f\u0926\u0930\u094d\u0936\u0928\u092e\u094d \u092d\u093e\u0930\u0924\u0940\u092f\u0926\u0930\u094d\u0936\u0928\u0947\u0937\u0941 \u0905\u0928\u094d\u092f\u0924\u092e\u092e\u094d\u0964 \u0935\u0948\u0926\u093f\u0915\u0926\u0930\u094d\u0936\u0928\u0947\u0937\u0941 ')\n'sanskrit'\n\n```\n\n**Remove foreign languages**\n\n```bash\nfrom inltk.inltk import remove_foreign_languages\n\nremove_foreign_languages(text, '')\n\n// text --> string in one of the supported languages\n// --> code of that language whose words you want to retain\n\nExample:\n\n>> remove_foreign_languages('\u0935\u093f\u0915\u093f\u092a\u0940\u0921\u093f\u092f\u093e \u0938\u092d\u0940 \u0935\u093f\u0937\u092f\u094b\u0902 \u0a07\u0a71\u0a15 \u0a05\u0a32\u0a4c\u0a15\u0a3f\u0a15 \u0a28\u0a1c\u0a3c\u0a3e\u0a30\u0a3e \u0a2c\u0a71\u0a1d\u0a3e \u0a39\u0a4b\u0a07\u0a06 \u0a38\u0a3e\u0a39\u0a2e\u0a23\u0a47 \u0a06 \u0a16\u0a32\u0a4b\u0a02\u0a26\u0a3e \u0a38\u0a40 \u092a\u0930 \u092a\u094d\u0930\u093e\u092e\u093e\u0923\u093f\u0915 \u0914\u0930 \u7ef4\u57fa\u767e\u79d1:\u5173\u4e8e\u4e2d\u6587\u7ef4\u57fa\u767e\u79d1 \u0909\u092a\u092f\u094b\u0917, \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928 \u7ef4\u57fa\u767e\u79d1:\u5173\u4e8e\u4e2d\u6587\u7ef4\u57fa\u767e\u79d1', 'hi')\n['\u2581\u0935\u093f\u0915\u093f\u092a\u0940\u0921\u093f\u092f\u093e', '\u2581\u0938\u092d\u0940', '\u2581\u0935\u093f\u0937\u092f\u094b\u0902', '\u2581', '', '\u2581', '', '\u2581', '', '\u2581', '', '\u2581', '', '\u2581', '', '\u2581', '', '\u2581', '', '\u2581', '', '\u2581\u092a\u0930', '\u2581\u092a\u094d\u0930\u093e\u092e\u093e\u0923\u093f\u0915', '\u2581\u0914\u0930', '\u2581', '', ':', '', '\u2581\u0909\u092a\u092f\u094b\u0917', ',', '\u2581\u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928', '\u2581', '', ':', '']\n```\n\nEvery word other than that of host language will become `` and `\u2581` signifies `space character`\n\nCheckout [this notebook](https://drive.google.com/file/d/0B3K0rqnCfC9pbVpSWk9Ndm5raGRCdjV6cGxVN1BGWFhTTlA0/view?usp=sharing)\n by [Amol Mahajan](https://www.linkedin.com/in/amolmahajan0804/) where he uses iNLTK to remove foreign characters from\n [iitb_en_hi_parallel corpus](http://www.cfilt.iitb.ac.in/iitb_parallel/iitb_corpus_download/)\n\n#### Repositories containing models used in iNLTK\n\n| Language | Repository | Perplexity of Language model | Wikipedia Articles Dataset | Classification accuracy | Classification Kappa score |\n|:--------:|-----------------------------------------------------------------|:----------------------------:|:--------------------------:|:---------------------------:|:---------------------------------:|\n| Hindi | [NLP for Hindi](https://github.com/goru001/nlp-for-hindi) | ~36 | 55,000 articles | ~79 (News Classification) | ~30 (Movie Review Classification) |\n| Punjabi | [NLP for Punjabi](https://github.com/goru001/nlp-for-punjabi) | ~13 | 44,000 articles | ~89 (News Classification) | ~60 (News Classification) |\n| Sanskrit | [NLP for Sanskrit](https://github.com/goru001/nlp-for-sanskrit) | ~6 | 22,273 articles | ~70 (Shloka Classification) | ~56 (Shloka Classification) |\n| Gujarati | [NLP for Gujarati](https://github.com/goru001/nlp-for-gujarati) | ~34 | 31,913 articles | ~91 (News Classification) | ~85 (News Classification) |\n| Kannada | [NLP for Kannada](https://github.com/goru001/nlp-for-kannada) | ~70 | 32,997 articles | ~94 (News Classification) | ~90 (News Classification) |\n| Malayalam | [NLP for Malayalam](https://github.com/goru001/nlp-for-malyalam) | ~26 | 12,388 articles | ~94 (News Classification) | ~91 (News Classification) |\n| Nepali | [NLP for Nepali](https://github.com/goru001/nlp-for-nepali) | ~32 | 38,757 articles | ~97 (News Classification) | ~96 (News Classification) |\n| Odia | [NLP for Odia](https://github.com/goru001/nlp-for-odia) | ~27 | 17,781 articles | ~95 (News Classification) | ~92 (News Classification) |\n| Marathi | [NLP for Marathi](https://github.com/goru001/nlp-for-marathi) | ~18 | 85,537 articles | ~91 (News Classification) | ~84 (News Classification) |\n| Bengali | [NLP for Bengali](https://github.com/goru001/nlp-for-bengali) | ~41 | 72,374 articles | ~94 (News Classification) | ~92 (News Classification) |\n| Tamil | [NLP for Tamil](https://github.com/goru001/nlp-for-tamil) | ~20 | >127,000 articles | ~97 (News Classification) | ~95 (News Classification) |\n| Urdu | [NLP for Urdu](https://github.com/anuragshas/nlp-for-urdu) | ~13 | >150,000 articles | ~94 (News Classification) | ~90 (News Classification) |\n\n### Contributing\n\n**Add a new language support for iNLTK**\n\nIf you would like to add support for language of your own choice to iNLTK,\n please start with checking/raising a issue [here](https://github.com/goru001/inltk/issues)\n\nPlease checkout the steps I'd [mentioned here for Telugu](https://github.com/goru001/inltk/issues/1)\nto begin with. They should be almost similar for other languages as well.\n\n**Improving models/Using models for your own research**\n\nIf you would like to take iNLTK's models and refine them with your own \ndataset or build your own custom models on top of it, please check out the \nrepositories in the above table for the language of your choice. The repositories above \ncontain links to datasets, pretrained models, classifiers and all of the code for that.\n\n**Add new functionality**\n\nIf you wish for a particular functionality in iNLTK - Start by checking/raising a issue [here](https://github.com/goru001/inltk/issues)\n\n### What's next (and being worked upon)\n\n`Shout out if you want to help :)`\n\n* Add [Telugu](https://github.com/goru001/inltk/issues/1) \nand [Maithili](https://github.com/goru001/inltk/issues/10) support\n* Add NER support\n* Add Textual Entailment support\n* Add English to iNLTK\n\n\n### What's next - (and NOT being worked upon)\n\n`Shout out if you want to lead :)`\n\n* Work on a unified model for all the languages\n* Add translations - to and from languages in iNLTK + English\n\n### Appreciation for iNLTK \n\n* [By Jeremy Howard on Twitter](https://twitter.com/jeremyphoward/status/1111318198891110402)\n* [By Vincent Boucher on LinkedIn](https://www.linkedin.com/feed/update/urn:li:activity:6517137647310241792/)\n* [By Kanimozhi](https://www.linkedin.com/feed/update/urn:li:activity:6517277916030701568), [By Soham](https://www.linkedin.com/feed/update/urn:li:activity:6513084638955696128) on LinkedIn\n\n\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/goru001/inltk", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "inltk", "package_url": "https://pypi.org/project/inltk/", "platform": "", "project_url": "https://pypi.org/project/inltk/", "project_urls": { "Homepage": "https://github.com/goru001/inltk" }, "release_url": "https://pypi.org/project/inltk/0.5.0/", "requires_dist": [ "aiohttp (>=3.5.4)", "async-timeout (>=3.0.1)", "Pillow", "beautifulsoup4", "bottleneck", "fastprogress (>=0.1.19)", "matplotlib", "numexpr", "numpy (>=1.15)", "nvidia-ml-py3", "packaging", "pandas", "pyyaml", "requests", "scipy", "spacy (>=2.0.18)", "typing", "fastai (==1.0.50.post1)", "sentencepiece", "pynvx (>=1.0.0) ; platform_system == \"Darwin\"", "dataclasses ; python_version < \"3.7\"" ], "requires_python": "", "summary": "Natural Language Toolkit for Indian Languages (iNLTK)", "version": "0.5.0" }, "last_serial": 5318332, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "7af977b58ec244764a831f24af201ba1", "sha256": "c47d8a50fccaed29c581b07f63c8ff4db269263fb94b7d6b7155cab3dda09c4f" }, "downloads": -1, "filename": "inltk-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "7af977b58ec244764a831f24af201ba1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5244, "upload_time": "2019-03-25T19:32:20", "url": "https://files.pythonhosted.org/packages/69/ac/e5f93ca1de0b41d71428e59266fd597edda6d15a072d0f09f5eef3f81087/inltk-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "de37640ebdde6e7bc64a430a5612e47a", "sha256": "39e3124cef954c920717e8542215efac2cd3961fbf4cdeb41ca8991faaf6a5fb" }, "downloads": -1, "filename": "inltk-0.0.2.tar.gz", "has_sig": false, "md5_digest": "de37640ebdde6e7bc64a430a5612e47a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3226, "upload_time": "2019-03-25T19:32:21", "url": "https://files.pythonhosted.org/packages/83/cb/cbdd987d6feea693e1e1c0735faa892a74ee10c9e304fb03733ad2ce6227/inltk-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "ae54597e9614155249be36b336d10804", "sha256": "84fd2f6048b314ee678d9247d7540c6dcd2173908d4ca09b4dc5cee1d0414a7a" }, "downloads": -1, "filename": "inltk-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "ae54597e9614155249be36b336d10804", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5281, "upload_time": "2019-03-25T19:54:11", "url": "https://files.pythonhosted.org/packages/37/81/a71c1d8afc0b4055ad46d417ed8072380967f69c552627174e7cf9b3092e/inltk-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e390cc066c68741b584fc12d7351eb78", "sha256": "5a5c212fe5ab4abc77d648622be2b201aff73b16136f0e7fd29b6d34689cf752" }, "downloads": -1, "filename": "inltk-0.0.3.tar.gz", "has_sig": false, "md5_digest": "e390cc066c68741b584fc12d7351eb78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3247, "upload_time": "2019-03-25T19:54:12", "url": "https://files.pythonhosted.org/packages/16/fe/4c887209d38add7ff34e5a7f311c825680afc1295942ded75e5a1512e443/inltk-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "a88ab4b4c5d78e938bc56419a0647937", "sha256": "4ad36bce5d39999c76ed889d4baf179350c37c10cebee3d20cf77054c53e2c59" }, "downloads": -1, "filename": "inltk-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "a88ab4b4c5d78e938bc56419a0647937", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5282, "upload_time": "2019-03-26T05:52:21", "url": "https://files.pythonhosted.org/packages/fd/a0/b74477ba04970b9b016b0d96127b043747249e8e66c0ddf6a400e347263f/inltk-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4d2c7a2948be071be4847fba3b54e96b", "sha256": "a7006f06a9e0af763fd0d1d07730f5f2c2d27689a1d496df243874bdb2727d7a" }, "downloads": -1, "filename": "inltk-0.0.4.tar.gz", "has_sig": false, "md5_digest": "4d2c7a2948be071be4847fba3b54e96b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3288, "upload_time": "2019-03-26T05:52:23", "url": "https://files.pythonhosted.org/packages/54/1e/009a6a86e4cfa0ef501e39247c668bf864da4f6864dd634ea0b830db2eac/inltk-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "e7f3ba746ce7d25eeb3965fbfcd2f8cd", "sha256": "99c16db26946a103050b27ddae1b3ef5a0ba143bfab32987d32095899bcb3223" }, "downloads": -1, "filename": "inltk-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "e7f3ba746ce7d25eeb3965fbfcd2f8cd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5298, "upload_time": "2019-03-26T06:42:21", "url": "https://files.pythonhosted.org/packages/30/83/86a99eab8f6c6a2dd9fa8a3ee4c5e0621f7db1e0564507bbf46e01bf9e78/inltk-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ca590cdc88f18777f574dc56c84f49c8", "sha256": "a66f3f766e97573588e7c02b06f4619e521e3a3d9c8e4e102c63335c7526ccc6" }, "downloads": -1, "filename": "inltk-0.0.5.tar.gz", "has_sig": false, "md5_digest": "ca590cdc88f18777f574dc56c84f49c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3120, "upload_time": "2019-03-26T06:42:22", "url": "https://files.pythonhosted.org/packages/53/33/611df12decf43e701165b61266f2b42a9e4913978b5fa7016de710a9bc41/inltk-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "607d22a0f7dd06403993ef5d61b33aa8", "sha256": "ca089226680333e85c1b6e1704f768ca6849b6d07cb41f6d8352284fe368e1c7" }, "downloads": -1, "filename": "inltk-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "607d22a0f7dd06403993ef5d61b33aa8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5307, "upload_time": "2019-03-26T06:53:48", "url": "https://files.pythonhosted.org/packages/4d/54/3d5a8c976cc177c3baf4b17d460b818c7912b11cc466bc0490ad7483fab6/inltk-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "819051fa2f5ff32ff012392160ab32d0", "sha256": "f68ee47569d4198b6efd3a1b32f7ee8a673fdc57885209939e06f52d405b683f" }, "downloads": -1, "filename": "inltk-0.0.6.tar.gz", "has_sig": false, "md5_digest": "819051fa2f5ff32ff012392160ab32d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3137, "upload_time": "2019-03-26T06:53:50", "url": "https://files.pythonhosted.org/packages/35/4b/00851d2342f214cc1a59dacfb61733537c483df5086fe4f671e44b417811/inltk-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "fcc14717d31fb33b604336d41c457866", "sha256": "7edfd8b8efb598deb303c93e7f22e443b940714d012f54cdd6a4bf08db9782c7" }, "downloads": -1, "filename": "inltk-0.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "fcc14717d31fb33b604336d41c457866", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5899, "upload_time": "2019-03-26T13:41:48", "url": "https://files.pythonhosted.org/packages/f9/ed/d0a55b813aa548828812f0f18ca2c77212a1f7ced22d905e629f2b7a4d33/inltk-0.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e77a5da6daed42a9caba6183fb82a630", "sha256": "c4459d6661440981b354aac8ae4af44888b9a67d8d52ef6ce4723c65b363529a" }, "downloads": -1, "filename": "inltk-0.0.7.tar.gz", "has_sig": false, "md5_digest": "e77a5da6daed42a9caba6183fb82a630", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3701, "upload_time": "2019-03-26T13:41:50", "url": "https://files.pythonhosted.org/packages/2f/58/3f36b553d624bfb12586d5e00f5d4ab1e6510a3f2c70204db66313c51399/inltk-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "6d23f266a69ac2f4cd97b7001f446b20", "sha256": "29ad18bcd4584de985f92e6a49704870da7eae31accd3f03eca67bb16ec21dec" }, "downloads": -1, "filename": "inltk-0.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "6d23f266a69ac2f4cd97b7001f446b20", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7336, "upload_time": "2019-03-27T20:10:57", "url": "https://files.pythonhosted.org/packages/8b/23/c88d5b7a8ef34cbe5fece0c1b9ab9bd074f006e450da90734640ba3a4d2f/inltk-0.0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5c480ab5665c0b64fc7628a432f019f9", "sha256": "467d41570b78c22a3cde58b76e25102104b4f987506db31cf2874b6c6c1609b2" }, "downloads": -1, "filename": "inltk-0.0.8.tar.gz", "has_sig": false, "md5_digest": "5c480ab5665c0b64fc7628a432f019f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5374, "upload_time": "2019-03-27T20:10:59", "url": "https://files.pythonhosted.org/packages/d0/cb/6432edc7c1292ac24874426d51538580530edd28b9f14cf880656270f49f/inltk-0.0.8.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "da753f90a9e587a59f69ef28bc56959c", "sha256": "e161d015771d261da6638bc8c6cf5d6b9bd55938017307e2bb1cae4375b1fa9f" }, "downloads": -1, "filename": "inltk-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "da753f90a9e587a59f69ef28bc56959c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7537, "upload_time": "2019-03-27T20:59:24", "url": "https://files.pythonhosted.org/packages/a2/30/dfe98a3d34a50eeee13b8dd4fae4a6b53ab67ce73793102674da7cc038af/inltk-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1231e6530982e768e8b1912980d2d253", "sha256": "48f2513c14f17f36dbb3bc2f3073e4c7b43a6ab502baf12c1307158349700970" }, "downloads": -1, "filename": "inltk-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1231e6530982e768e8b1912980d2d253", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5615, "upload_time": "2019-03-27T20:59:25", "url": "https://files.pythonhosted.org/packages/fe/61/a0e042446463399344aea0124b8ec90e44298ff086cd8ee9495cfaf18c71/inltk-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "0a2fc348d1e15cb30b9dc259b3f0fd32", "sha256": "06a95613967489c340c7525f88db123504c2e7d23d9062b013c4fd9a69decddd" }, "downloads": -1, "filename": "inltk-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0a2fc348d1e15cb30b9dc259b3f0fd32", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8598, "upload_time": "2019-03-30T15:03:49", "url": "https://files.pythonhosted.org/packages/ea/b7/69380d01b1f89761ff90ebd155bf9949ecd2c6e68c8c72950f40d1666a80/inltk-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "829444993c60e903297dfc3a80d9b15f", "sha256": "71a86f33cb98af20c6e039b4de5a1c432c4fd4727af5791dcce8c7f390dd3860" }, "downloads": -1, "filename": "inltk-0.2.0.tar.gz", "has_sig": false, "md5_digest": "829444993c60e903297dfc3a80d9b15f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7438, "upload_time": "2019-03-30T15:03:51", "url": "https://files.pythonhosted.org/packages/a3/8b/841f6b8484a20995175381fc158c866ab97665470c68e0860c0bf36a0b5d/inltk-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "d5e0e748d58ec29b0889c5724ba7cc93", "sha256": "1daaa68208e321667b79885f887e7d6bb042881681f3d60399def64cac99a634" }, "downloads": -1, "filename": "inltk-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d5e0e748d58ec29b0889c5724ba7cc93", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9349, "upload_time": "2019-05-17T02:15:19", "url": "https://files.pythonhosted.org/packages/b6/7a/a1fac47e78d5b3e59037f438c51d59c3185a71b812ca803aaa3dd8a96b2d/inltk-0.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1705f48761241313d252e07bed886e7d", "sha256": "f7737a6e58a0c1ac9cb8f15b08a88ea5ec364ac1a9af59c0d187359e93385f34" }, "downloads": -1, "filename": "inltk-0.3.0.tar.gz", "has_sig": false, "md5_digest": "1705f48761241313d252e07bed886e7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8391, "upload_time": "2019-05-17T02:15:21", "url": "https://files.pythonhosted.org/packages/60/6f/3edb7de8a562ccee554174eb58f0e2d6158153a6b0844fc0d729354a2fca/inltk-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "f9c27238a6521458b4c0841dc9341b63", "sha256": "e695e409802d76e3c7f9b776ca26bf9cb7c4406940ff8ff1bb6f68589ebb7d62" }, "downloads": -1, "filename": "inltk-0.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f9c27238a6521458b4c0841dc9341b63", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10130, "upload_time": "2019-05-17T16:40:01", "url": "https://files.pythonhosted.org/packages/58/a2/7aff97dc952e109d11f47ac387b1016e30f6885086840991e142b89a8a40/inltk-0.4.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "caf2f8d1ee18fdd3bf7a6536c50c9ac6", "sha256": "3ac6b1ae0aa99dd46fd283a8d731954264c9a877fc0111cc51e02b141c25dcfb" }, "downloads": -1, "filename": "inltk-0.4.0.tar.gz", "has_sig": false, "md5_digest": "caf2f8d1ee18fdd3bf7a6536c50c9ac6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9333, "upload_time": "2019-05-17T16:40:03", "url": "https://files.pythonhosted.org/packages/ac/ca/384e8a0d23408201f1563b6ebf67aab8a37c321e8cbd680ce651abb92d50/inltk-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "ca4a90c641ca77a1abfe2346a3ea104a", "sha256": "ba1f93998284be6d41141ab52115de10b660ad76d77694cda7ef5eb6f2cb5380" }, "downloads": -1, "filename": "inltk-0.5.0-py3-none-any.whl", "has_sig": false, "md5_digest": "ca4a90c641ca77a1abfe2346a3ea104a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10414, "upload_time": "2019-05-26T08:48:17", "url": "https://files.pythonhosted.org/packages/b3/8e/235abc04170881533beac953721fc4cb8935a85304a8059ea242f589e59d/inltk-0.5.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "654ec8782306da4d5da0ec295a8e573d", "sha256": "167a21588c1c09e4f778f13cc4b6c346ee8280c7e99c76675d43ffeb1378cf21" }, "downloads": -1, "filename": "inltk-0.5.0.tar.gz", "has_sig": false, "md5_digest": "654ec8782306da4d5da0ec295a8e573d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9668, "upload_time": "2019-05-26T08:48:19", "url": "https://files.pythonhosted.org/packages/43/6b/16c3cdd9edced7db3e2188ce92f658a3b4735fb8e5374455a9b8bd37c2bf/inltk-0.5.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ca4a90c641ca77a1abfe2346a3ea104a", "sha256": "ba1f93998284be6d41141ab52115de10b660ad76d77694cda7ef5eb6f2cb5380" }, "downloads": -1, "filename": "inltk-0.5.0-py3-none-any.whl", "has_sig": false, "md5_digest": "ca4a90c641ca77a1abfe2346a3ea104a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10414, "upload_time": "2019-05-26T08:48:17", "url": "https://files.pythonhosted.org/packages/b3/8e/235abc04170881533beac953721fc4cb8935a85304a8059ea242f589e59d/inltk-0.5.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "654ec8782306da4d5da0ec295a8e573d", "sha256": "167a21588c1c09e4f778f13cc4b6c346ee8280c7e99c76675d43ffeb1378cf21" }, "downloads": -1, "filename": "inltk-0.5.0.tar.gz", "has_sig": false, "md5_digest": "654ec8782306da4d5da0ec295a8e573d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9668, "upload_time": "2019-05-26T08:48:19", "url": "https://files.pythonhosted.org/packages/43/6b/16c3cdd9edced7db3e2188ce92f658a3b4735fb8e5374455a9b8bd37c2bf/inltk-0.5.0.tar.gz" } ] }