{ "info": { "author": "Edna Piranha", "author_email": "jen@ednapiranha.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries" ], "description": "Auto Tagify is a simple auto tagging module that uses NLTK to generate tags out of a selection of text. Any\ntext that is less than 3 characters long or matches a particular POS (part-of-speech) will be ignored.\n\nThere are two operations Auto Tagify performs - one returns the selection of text with links embedded in the\nstring and the other returns a list of all the taggable words as the stem word (using lemmatization).\n\nFor the first operation, everything is optional, but it is most effective to enter some text. Optional\nparameters you can set are the paths for tag links and the css classes for link. For instance, if you set\nyour tag routing to a relative path such as /tags/ and want to use the css class named \"tagged\":\n\nfrom auto_tagify import AutoTagify\n\nt = AutoTagify()\n\nt.text = \"This is the text to display!\"\n\nt.link = \"/tags\"\n\nt.css = \"tagged\"\n\nt.generate()\n\nThe result will be: This is the text to display!\n\nIf no link is set, the default path is \"/\", such as \"/text\".\n\nFor the second operation, you will only receive a list of all your taggable words from the text. You can call it like so:\n\nt.text = \"This text is tagged kittens\"\n\nt.tag_list()\n\nThe result will be a list: ['text', 'tag', 'kitten']\n\nBy default, generate() and tag_list() will be in strict mode, which means all special characters will be stripped and\nlemmatization will be enforced. If generate(strict=False) or tag_list(strict=False) is set, then special characters will be url encoded\nand lemmatization will be ignored.\n\nThese two operations are sufficient for you to maintain tag counts and tag references to text in your application.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ednapiranha/auto-tagify", "keywords": "tagging tags html nltk english", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "auto_tagify", "package_url": "https://pypi.org/project/auto_tagify/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/auto_tagify/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ednapiranha/auto-tagify" }, "release_url": "https://pypi.org/project/auto_tagify/1.4/", "requires_dist": null, "requires_python": null, "summary": "Auto-tags a selection of text and generates links to the tagified versions of the words", "version": "1.4" }, "last_serial": 786603, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "914a8c2a7fc02a806e104b7dd32bb447", "sha256": "245fc084542ba4f18be25967cf348770cb7cb37b6e688bbec17d70d8d2c8ab0f" }, "downloads": -1, "filename": "auto_tagify-0.9-py2.6.egg", "has_sig": false, "md5_digest": "914a8c2a7fc02a806e104b7dd32bb447", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 4802, "upload_time": "2009-12-09T22:53:26", "url": "https://files.pythonhosted.org/packages/35/67/fff80d0feea33ef099455ae5a060513d27818d46fd7d9a565ed1d29cdc44/auto_tagify-0.9-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "d7cbe1e530a4852e1c4698d5825bfc9d", "sha256": "9e25796a895e45a606e0093b6d511498698acf280316407adc07f1578e65c6d9" }, "downloads": -1, "filename": "auto_tagify-0.9.tar.gz", "has_sig": false, "md5_digest": "d7cbe1e530a4852e1c4698d5825bfc9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1916, "upload_time": "2009-12-09T22:53:32", "url": "https://files.pythonhosted.org/packages/ce/97/651ddd7f808358a9de63309464c12778f55f15ed802945d7feaf1356d96a/auto_tagify-0.9.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "66fdad9db82363b0457c1dad7104a645", "sha256": "1ace41cc3cdeb871f911d7226e64497d17d44b4586790e3380e6b79cc4cd07ff" }, "downloads": -1, "filename": "auto_tagify-1.0-py2.6.egg", "has_sig": false, "md5_digest": "66fdad9db82363b0457c1dad7104a645", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 4895, "upload_time": "2009-12-10T02:56:19", "url": "https://files.pythonhosted.org/packages/cd/ea/3eab2cece6fe55dc9934e45582a1a19f18bcb662ab015237bc078fa862bb/auto_tagify-1.0-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "2358946599d65b944c32fb392cb02a06", "sha256": "bd11a942dd00fd26932dd032bf47b85fdd3b551d7630426d0e07daafedcd5428" }, "downloads": -1, "filename": "auto_tagify-1.0.tar.gz", "has_sig": false, "md5_digest": "2358946599d65b944c32fb392cb02a06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1934, "upload_time": "2009-12-10T02:55:45", "url": "https://files.pythonhosted.org/packages/b6/de/61bae5efe1534acff76d24d81a28be72d73548d97d302e9dbc7529c348bd/auto_tagify-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "f21c93186d87de72f8446d16284280af", "sha256": "022a68a8590a96317bf9fd0f43844ae4ca2a76855ab93e8bd476d731b9e79bf0" }, "downloads": -1, "filename": "auto_tagify-1.1-py2.6.egg", "has_sig": false, "md5_digest": "f21c93186d87de72f8446d16284280af", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 5057, "upload_time": "2009-12-11T00:40:30", "url": "https://files.pythonhosted.org/packages/c6/09/9f1de342adabde44856b351a83fdeb29a5c7bd470779287426147d9f4013/auto_tagify-1.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "44c88923c98b0b9851f6dd301cac12ce", "sha256": "dd4c69fa0277e82091cfe2efc5c1d3f08c5cde49a46046754ce3f723e9cff9de" }, "downloads": -1, "filename": "auto_tagify-1.1.tar.gz", "has_sig": false, "md5_digest": "44c88923c98b0b9851f6dd301cac12ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2005, "upload_time": "2009-12-11T00:40:21", "url": "https://files.pythonhosted.org/packages/7f/de/d9b799ee939a6b3fe9565f14f83a6f9c30768c3e367d3c286387938b22da/auto_tagify-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "d95e7b224ff402d1220a3eeaddcb4a70", "sha256": "c7045ee3973d74b66282660247aaae2ca67145503083db47b57f3a7efefc469e" }, "downloads": -1, "filename": "auto_tagify-1.2.tar.gz", "has_sig": false, "md5_digest": "d95e7b224ff402d1220a3eeaddcb4a70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3013, "upload_time": "2012-01-25T19:18:20", "url": "https://files.pythonhosted.org/packages/6d/2d/73f7a9827684102f12cc3d8be102b740939218483deb647a13fd3d0409d6/auto_tagify-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "8dd6554b29595796e4675110bf99df32", "sha256": "aef2354c7eb51588bbcff0e6ed8cd83d1b568dc44086fc6252987f4b194148d7" }, "downloads": -1, "filename": "auto_tagify-1.3.tar.gz", "has_sig": false, "md5_digest": "8dd6554b29595796e4675110bf99df32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3053, "upload_time": "2012-02-14T01:54:38", "url": "https://files.pythonhosted.org/packages/67/ff/ab4d83a4d062488649936570ac44b245bce8857800de2044160c24d1d1fe/auto_tagify-1.3.tar.gz" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "a3c5c015009b3fa7ed4aa30e61919f8f", "sha256": "e2a091d55eb43cd173ce7154148e3b277b8aff1931c3f011f2832fdc9a6aa662" }, "downloads": -1, "filename": "auto_tagify-1.4.tar.gz", "has_sig": false, "md5_digest": "a3c5c015009b3fa7ed4aa30e61919f8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3037, "upload_time": "2013-03-21T14:32:29", "url": "https://files.pythonhosted.org/packages/89/bb/c33f3be814ae6dfe895059c4424a96a30eb9499520ae6d3077e556e96940/auto_tagify-1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a3c5c015009b3fa7ed4aa30e61919f8f", "sha256": "e2a091d55eb43cd173ce7154148e3b277b8aff1931c3f011f2832fdc9a6aa662" }, "downloads": -1, "filename": "auto_tagify-1.4.tar.gz", "has_sig": false, "md5_digest": "a3c5c015009b3fa7ed4aa30e61919f8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3037, "upload_time": "2013-03-21T14:32:29", "url": "https://files.pythonhosted.org/packages/89/bb/c33f3be814ae6dfe895059c4424a96a30eb9499520ae6d3077e556e96940/auto_tagify-1.4.tar.gz" } ] }