{ "info": { "author": "Jay Liew", "author_email": "twitter.com/jaysern", "bugtrack_url": null, "classifiers": [ "Topic :: Scientific/Engineering :: Bio-Informatics", "Topic :: Security :: Cryptography", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing", "Topic :: Text Processing :: General", "Topic :: Text Processing :: Linguistic", "Topic :: Utilities" ], "description": "# A simple Python n-gram calculator.\n#\n# Given an arbitrary string, and the value of n as the size of the \n# n-gram (int), this module will show you the results, sorted from \n# most to least frequently occuring n-gram.\n#\n# The 'sort by value' operation for the dict follows the \n# PEP 265 recommendation.\n#\n# Installation: \n#\n# user@host:~$ sudo pip install pyngram\n#\n# Quick start:\n#\n# >>> from pyngram import calc_ngram\n#\n# method expects inputstring as 1st arg, size of n-gram as 2nd arg\n#\n# >>> calc_ngram('bubble bobble, bubble bobble, bubble bobble', 3)\n#\n# or straight from your *nix shell prompt\n#\n# user@host:~$ ./pyngram.py\n# \n# Enjoy!\n#\n# Jay Liew \n# @jaysern\n#", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://jayliew.com", "keywords": "ngram,n-gram,bigram,digram,trigram,substitution,cipher,crackme,crypto,caesar,decodeme", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pyngram", "package_url": "https://pypi.org/project/pyngram/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyngram/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://jayliew.com" }, "release_url": "https://pypi.org/project/pyngram/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple Python n-gram calculator", "version": "1.0.1" }, "last_serial": 797448, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "93d73e72af1d1705d270230d13588c05", "sha256": "7daf195d750bcc9ee99625ff5fd00837953346932b15620976de2620eb135ae1" }, "downloads": -1, "filename": "pyngram-1.0.tar.gz", "has_sig": false, "md5_digest": "93d73e72af1d1705d270230d13588c05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1971, "upload_time": "2010-05-21T02:47:50", "url": "https://files.pythonhosted.org/packages/34/01/b8c068e4d60a81ca5fc8f7cb216d06de539fe0d5333d7dd22b52ca1b8a55/pyngram-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "2db3dbcf197041fbd2a8ba3799e61a08", "sha256": "176ed79e96a251305a8d8572f0a2e2ab7bf48d5055ba46150f989e42dbd36994" }, "downloads": -1, "filename": "pyngram-1.0.1.tar.gz", "has_sig": false, "md5_digest": "2db3dbcf197041fbd2a8ba3799e61a08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1947, "upload_time": "2010-05-22T01:33:59", "url": "https://files.pythonhosted.org/packages/53/66/9bc5236750dac360c6ed2d0359a2cc4695db9114c5f68911a3ba28eb6f13/pyngram-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2db3dbcf197041fbd2a8ba3799e61a08", "sha256": "176ed79e96a251305a8d8572f0a2e2ab7bf48d5055ba46150f989e42dbd36994" }, "downloads": -1, "filename": "pyngram-1.0.1.tar.gz", "has_sig": false, "md5_digest": "2db3dbcf197041fbd2a8ba3799e61a08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1947, "upload_time": "2010-05-22T01:33:59", "url": "https://files.pythonhosted.org/packages/53/66/9bc5236750dac360c6ed2d0359a2cc4695db9114c5f68911a3ba28eb6f13/pyngram-1.0.1.tar.gz" } ] }