{ "info": { "author": "Pawel Foremski", "author_email": "pjf@iitis.pl", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Science/Research", "License :: OSI Approved", "Natural Language :: English", "Topic :: Scientific/Engineering", "Topic :: Text Processing :: Linguistic" ], "description": "Frequency of words in the English 2012 Wikipedia\r\n================================================\r\n\r\nThis Python module can be used to quickly retrieve absolute word frequency\r\nfor English language, as used in Wikipedia articles as of year 2012.\r\n\r\nAuthor: Pawe\u0142 Foremski , IITiS PAN http://www.iitis.pl\r\n\r\nUsage\r\n-----\r\n\t>>> import wikiwords\r\n\t>>> wikiwords.freq(\"monty\")\r\n\t6.348454761413523e-06\r\n\t>>> wikiwords.occ(\"python\")\r\n\t18972\r\n\t>>> wikiwords.freq(\"no such word\", lambda x: 1./len(x))\r\n\t0.08333333333333333\r\n\r\nInstallation\r\n------------\r\n\t$ sudo pip install wikiwords", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/iitis/wikiwords", "keywords": "nlp, corpus, wikipedia, english, frequency, word", "license": "the Wikipedia license + GNU GPL", "maintainer": "", "maintainer_email": "", "name": "wikiwords", "package_url": "https://pypi.org/project/wikiwords/", "platform": "", "project_url": "https://pypi.org/project/wikiwords/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/iitis/wikiwords" }, "release_url": "https://pypi.org/project/wikiwords/0.5/", "requires_dist": null, "requires_python": null, "summary": "Word frequencies in 2012 English Wikipedia", "version": "0.5" }, "last_serial": 801662, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "586ac1bb19045f3681f6986998294059", "sha256": "b7f62511b9800927a9a4ad68d2dc3851ebe9dac0a3d32bf06bd2b64a50175d8e" }, "downloads": -1, "filename": "wikiwords-0.5.tar.gz", "has_sig": false, "md5_digest": "586ac1bb19045f3681f6986998294059", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2153436, "upload_time": "2012-11-26T14:18:54", "url": "https://files.pythonhosted.org/packages/5b/11/8656fe13dddd394c3fff4bbfce72593914e7a50ba2451fc18e6279c11317/wikiwords-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "586ac1bb19045f3681f6986998294059", "sha256": "b7f62511b9800927a9a4ad68d2dc3851ebe9dac0a3d32bf06bd2b64a50175d8e" }, "downloads": -1, "filename": "wikiwords-0.5.tar.gz", "has_sig": false, "md5_digest": "586ac1bb19045f3681f6986998294059", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2153436, "upload_time": "2012-11-26T14:18:54", "url": "https://files.pythonhosted.org/packages/5b/11/8656fe13dddd394c3fff4bbfce72593914e7a50ba2451fc18e6279c11317/wikiwords-0.5.tar.gz" } ] }