{ "info": { "author": "Andreas Loupasakis", "author_email": "alup@skroutz.gr", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5" ], "description": "Greek Stemmer\n-------------\n\nThis is a Python implementation of Skroutz's Ruby Greek stemmer.\n\n\nUsage\n=====\n\nTo use simply do:\n\n >>> from greek_stemmer import GreekStemmer\n >>> stemmer = GreekStemmer()\n >>> stemmer.stem('\u0398\u0391\u039b\u0391\u03a3\u03a3\u0391')\n\n\nInstallation\n============\n\nTo install using pip issue the following command:\n\n.. code-block:: bash\n\n pip install greek-stemmer\n\n\nTesting\n=======\n\nIn order to run the tests, you should firstly install all the necessary\ndependencies:\n\n\n.. code-block:: bash\n\n pip install -r requirements.txt\n\nTests can be run using the following command:\n\n\n.. code-block:: bash\n\n python -m pytest tests/", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/alup/python_greek_stemmer", "keywords": "stemmer greek nlp", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "greek-stemmer", "package_url": "https://pypi.org/project/greek-stemmer/", "platform": "", "project_url": "https://pypi.org/project/greek-stemmer/", "project_urls": { "Homepage": "https://github.com/alup/python_greek_stemmer" }, "release_url": "https://pypi.org/project/greek-stemmer/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Python Greek stemmer.", "version": "0.1.1" }, "last_serial": 3301672, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0ab4828feddb3f0a042a1026ad8127b7", "sha256": "6eee3318bdd003157281d008896144c5c43d948e80dd06d4b37609b881f6ba33" }, "downloads": -1, "filename": "greek_stemmer-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0ab4828feddb3f0a042a1026ad8127b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2595, "upload_time": "2017-09-11T20:33:05", "url": "https://files.pythonhosted.org/packages/bc/d4/798a4f8673e76d8bf9dba0970de7df6fb6f33af18cfb8393e87b1fd0c3ba/greek_stemmer-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c4eb42a3ab138df9f85124bf6f4c2fec", "sha256": "7a82cac09bc49d6cd9704c7decc695b70244d6e5202b05b5a0d2c12ab3185a93" }, "downloads": -1, "filename": "greek_stemmer-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c4eb42a3ab138df9f85124bf6f4c2fec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6874, "upload_time": "2017-11-02T23:03:35", "url": "https://files.pythonhosted.org/packages/9c/89/6a7e01dd15100bb4c8b64a9ed3a2afb188cbbc71911545e74463811fba3b/greek_stemmer-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c4eb42a3ab138df9f85124bf6f4c2fec", "sha256": "7a82cac09bc49d6cd9704c7decc695b70244d6e5202b05b5a0d2c12ab3185a93" }, "downloads": -1, "filename": "greek_stemmer-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c4eb42a3ab138df9f85124bf6f4c2fec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6874, "upload_time": "2017-11-02T23:03:35", "url": "https://files.pythonhosted.org/packages/9c/89/6a7e01dd15100bb4c8b64a9ed3a2afb188cbbc71911545e74463811fba3b/greek_stemmer-0.1.1.tar.gz" } ] }