{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "Product Tagger\n================\n\nIntroduction\n------------\n\nThe package aims at findng core terms, brand, and descriptions from a product title from e-commerce websites.\n\n\n> Example: product title: 'Makibes Unisex Red LED Digital Band Wrist Watch')\n\n product core term: 'watch'\n product brand name: 'makibes'\n Descriptions: 'unisex red led digital band wrist'\n\n\nUsage\n-----\n\n $ python\n >>> from product_tagger import tag_product\n >>> tag_product('Makibes Unisex Red LED Digital Band Wrist Watch')\n (u'watch', u'makibes', u'unisex red led digital band wrist')\n\nThe tagger can also be called in a shell\n\n $ cd product_tagger\n $ python product_tagger.py 'Makibes Unisex Red LED Digital Band Wrist Watch'\n ===========\n ('Core term: ', u'watch')\n ('Brand: ', u'makibes')\n ('Discriptions: ', u'unisex red led digital band wrist')\n\nRequirements\n------------\n\n- Python >=2.7 or >=3.3\n- nltk >=3.2.1\n- requests >= 2.8.1\n- lxml\n- xlrd", "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/nickyongzhang/product_tagger", "keywords": null, "license": "MIT licenced", "maintainer": null, "maintainer_email": null, "name": "product_tagger", "package_url": "https://pypi.org/project/product_tagger/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/product_tagger/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/nickyongzhang/product_tagger" }, "release_url": "https://pypi.org/project/product_tagger/0.104/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.104" }, "last_serial": 2763826, "releases": { "0.101": [], "0.102": [ { "comment_text": "", "digests": { "md5": "342f6b4030a2008714031cdd2931e3e7", "sha256": "7389e4e8f8cf9618f5c0838d2381795c0dbde0da34b60ffd2377bb0f4d5b4937" }, "downloads": -1, "filename": "product_tagger-0.102.tar.gz", "has_sig": false, "md5_digest": "342f6b4030a2008714031cdd2931e3e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6073, "upload_time": "2017-04-09T08:29:44", "url": "https://files.pythonhosted.org/packages/12/3b/9105b96bdaeb8ac774fcad07be1d2eaba139d74fbcf0c52ea1d7b14f21de/product_tagger-0.102.tar.gz" } ], "0.103": [ { "comment_text": "", "digests": { "md5": "a239074fb4cb970f8b0b2968728fec7c", "sha256": "316fa3f6e08c2d584f44f71cd7b06ec685254e0277a47aa6d90e718a7bf273b1" }, "downloads": -1, "filename": "product_tagger-0.103.tar.gz", "has_sig": false, "md5_digest": "a239074fb4cb970f8b0b2968728fec7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 626769, "upload_time": "2017-04-09T09:31:15", "url": "https://files.pythonhosted.org/packages/89/9b/84300f5c15b6561a37f09eeb4f1261c4914a7051d8a011cf11d0e72a0c32/product_tagger-0.103.tar.gz" } ], "0.104": [ { "comment_text": "", "digests": { "md5": "5edeca9cf86291df0ee88a641202465e", "sha256": "bbbc62fc3d6497cd917d5088e02c0a9098bb1a9b47f268047ac6df7e9c673d24" }, "downloads": -1, "filename": "product_tagger-0.104.tar.gz", "has_sig": false, "md5_digest": "5edeca9cf86291df0ee88a641202465e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 378127, "upload_time": "2017-04-09T10:44:27", "url": "https://files.pythonhosted.org/packages/3f/be/48cb757b517f9c439009c0ad0da3b2397c748b3b86517bf49fb5fccb62eb/product_tagger-0.104.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5edeca9cf86291df0ee88a641202465e", "sha256": "bbbc62fc3d6497cd917d5088e02c0a9098bb1a9b47f268047ac6df7e9c673d24" }, "downloads": -1, "filename": "product_tagger-0.104.tar.gz", "has_sig": false, "md5_digest": "5edeca9cf86291df0ee88a641202465e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 378127, "upload_time": "2017-04-09T10:44:27", "url": "https://files.pythonhosted.org/packages/3f/be/48cb757b517f9c439009c0ad0da3b2397c748b3b86517bf49fb5fccb62eb/product_tagger-0.104.tar.gz" } ] }