{ "info": { "author": "Marco Favorito", "author_email": "marco.favorito@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# moby_dict\n\nPython API for the Moby lexicon project, the largest word list in the world. Further details in the [references](#references).\n\n## How to use\n\n- install:\n\n```bash\npip install moby_dict\n```\n\n- usage:\n```python\nfrom moby_dict.corpus import word_list\nword_list.download()\n# Wait some minutes...\n\nwords = word_list.single()\nprint(len(words)) #354984\n\nnames = word_list.names()\nall_words = word_list.all()\nprint(len(all_words)) #390370\n```\n\n\n## References\n\n- [Wikipedia on Moby Project](https://en.wikipedia.org/wiki/Moby_Project)\n- [Electronic Dictionaries](http://www.clres.com/dict.html)\n- [Moby Thesaurus](http://moby-thesaurus.org/)\n- A similar project but in Javascript: [words/moby](https://github.com/words/moby)\n- [Moby Project (IPFS)](https://ipfs.io/ipfs/QmXoypizjW3WknFiJnKLwHCnL72vedxjQkDDP1mXWo6uco/wiki/Moby_Project.html)", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MarcoFavorito/moby_dict", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "moby-dict", "package_url": "https://pypi.org/project/moby-dict/", "platform": "", "project_url": "https://pypi.org/project/moby-dict/", "project_urls": { "Homepage": "https://github.com/MarcoFavorito/moby_dict" }, "release_url": "https://pypi.org/project/moby-dict/0.1.0.post1/", "requires_dist": null, "requires_python": "", "summary": "Programmatic access to Moby Project in Python", "version": "0.1.0.post1" }, "last_serial": 4320848, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "8023a421e1c203577d5f15771baa5b60", "sha256": "686f20e93d3ab0667ccde53e81906dc3c69dfbf1cab246dba41c4894a4eb88f2" }, "downloads": -1, "filename": "moby_dict-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8023a421e1c203577d5f15771baa5b60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1925, "upload_time": "2018-09-28T17:15:16", "url": "https://files.pythonhosted.org/packages/51/6e/987e415cfcdb55104d7d0ba7138434fd12d5a53dd907d67558bc769c89e4/moby_dict-0.1.0.tar.gz" } ], "0.1.0.post1": [ { "comment_text": "", "digests": { "md5": "1000b973e37e1c3b490c147acf9f0485", "sha256": "153508040c5abfe6187bd87bb61ae64e5e292cbbb8f56a372786ca067db6ef5b" }, "downloads": -1, "filename": "moby_dict-0.1.0.post1.tar.gz", "has_sig": false, "md5_digest": "1000b973e37e1c3b490c147acf9f0485", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3278, "upload_time": "2018-09-28T17:43:52", "url": "https://files.pythonhosted.org/packages/5d/ce/af578e9c2fc4bf6a42309edef03b8a1c44e3cbc39a953be5a8235b0ecec2/moby_dict-0.1.0.post1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1000b973e37e1c3b490c147acf9f0485", "sha256": "153508040c5abfe6187bd87bb61ae64e5e292cbbb8f56a372786ca067db6ef5b" }, "downloads": -1, "filename": "moby_dict-0.1.0.post1.tar.gz", "has_sig": false, "md5_digest": "1000b973e37e1c3b490c147acf9f0485", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3278, "upload_time": "2018-09-28T17:43:52", "url": "https://files.pythonhosted.org/packages/5d/ce/af578e9c2fc4bf6a42309edef03b8a1c44e3cbc39a953be5a8235b0ecec2/moby_dict-0.1.0.post1.tar.gz" } ] }