{ "info": { "author": "Jincy Baby", "author_email": "jincybaby@icfoss.org", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Morpheme Generator Module for Malayalam\n\nThe Morpheme Generator helps to obtain a list with the stem and stripped suffixes from a given input word. \n\n### Requirement\n\nPython3\n\n### Installation\n\nYou may create a virtual environment for installing the package.\n\n```\npython -m venv ENV_DIR\nsource ENV_DIR/bin/activate\n```\n\nInstall the morpheme generator\n\n```\npip install morph-gen\n```\n\nOtherwise, use\n\n```\npip install --user morph-gen\n```\n\n### Implementation\n\nAfter installation, you can import the module to utilize the morph() function\n\n```\nimport morph_gen\nmorph_gen.morph(wordi)\n```\nThe above code will output the root of the input word *wordi*. Please note that the input word must be given in Malayalam.\n\nFor example,\n\nif you need to find the root of the word \"\u0d2e\u0d15\u0d28\u0d4d\u0d31\u0d46\u0d2f\u0d41\u0d2e\u0d3e\u0d23\u0d46\u0d28\u0d4d\u0d28\u0d3e\u0d23\u0d4d\", you may follow the below steps\n\n```\nimport morph_gen\nmorph_gen.morph(\"\u0d2e\u0d15\u0d28\u0d4d\u0d31\u0d46\u0d2f\u0d41\u0d2e\u0d3e\u0d23\u0d46\u0d28\u0d4d\u0d28\u0d3e\u0d23\u0d4d\")\n```\nOutput:\n```\n['\u0d2e\u0d15\u0d28\u0d4d\u200d ', '\u0d28\u0d4d\u0d31\u0d46', '\u0d09\u0d02', '\u0d06\u0d23\u0d4d', '\u0d0e\u0d28\u0d4d\u0d28\u0d4d', '\u0d06\u0d23\u0d4d']\n```\n\n##Licensed under GNU GPL v3.0.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/icfoss/Malayalam-Computing/Morpheme_Generator_for_Malayalam", "keywords": "", "license": "GNU Public License", "maintainer": "", "maintainer_email": "", "name": "morph-gen", "package_url": "https://pypi.org/project/morph-gen/", "platform": "", "project_url": "https://pypi.org/project/morph-gen/", "project_urls": { "Homepage": "https://gitlab.com/icfoss/Malayalam-Computing/Morpheme_Generator_for_Malayalam" }, "release_url": "https://pypi.org/project/morph-gen/1.1.1/", "requires_dist": null, "requires_python": "", "summary": "Extract a list with stem and stripped suffixes from a Malayalam word", "version": "1.1.1" }, "last_serial": 5429215, "releases": { "1.1.1": [ { "comment_text": "", "digests": { "md5": "6ee54ee6e4c84af22344c038f4180eef", "sha256": "985c7cea651de98f2060814f898c5ec5981631058231bfe611a8a016ff8e6331" }, "downloads": -1, "filename": "morph_gen-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "6ee54ee6e4c84af22344c038f4180eef", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 371993, "upload_time": "2019-06-21T06:10:08", "url": "https://files.pythonhosted.org/packages/9d/a0/680f244ccb1db0317f92d9f0139e6eb9395e6f6f84343b8aab40b7889ea2/morph_gen-1.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7229d781755c682fa0e35f53beb0321a", "sha256": "6f3c31072b16a78b7288c72d95f0d90c6cdf38625dbe10440d52cfe86b208f9a" }, "downloads": -1, "filename": "morph_gen-1.1.1.tar.gz", "has_sig": false, "md5_digest": "7229d781755c682fa0e35f53beb0321a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 353948, "upload_time": "2019-06-21T06:10:11", "url": "https://files.pythonhosted.org/packages/8a/37/82d83d918fb79ac206a30b2cd0685a48b6e3e9d5108561a758121ce2bdef/morph_gen-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6ee54ee6e4c84af22344c038f4180eef", "sha256": "985c7cea651de98f2060814f898c5ec5981631058231bfe611a8a016ff8e6331" }, "downloads": -1, "filename": "morph_gen-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "6ee54ee6e4c84af22344c038f4180eef", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 371993, "upload_time": "2019-06-21T06:10:08", "url": "https://files.pythonhosted.org/packages/9d/a0/680f244ccb1db0317f92d9f0139e6eb9395e6f6f84343b8aab40b7889ea2/morph_gen-1.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7229d781755c682fa0e35f53beb0321a", "sha256": "6f3c31072b16a78b7288c72d95f0d90c6cdf38625dbe10440d52cfe86b208f9a" }, "downloads": -1, "filename": "morph_gen-1.1.1.tar.gz", "has_sig": false, "md5_digest": "7229d781755c682fa0e35f53beb0321a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 353948, "upload_time": "2019-06-21T06:10:11", "url": "https://files.pythonhosted.org/packages/8a/37/82d83d918fb79ac206a30b2cd0685a48b6e3e9d5108561a758121ce2bdef/morph_gen-1.1.1.tar.gz" } ] }