{ "info": { "author": "uagdataanalysis", "author_email": "uagdataanalysis@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: Other/Proprietary License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Morpho-Syntactic \"MoSyn\" API\n## UAG - BIG DATA RESEARCH GROUP\n\n----\n\n### Description\nThis API has been created by the Universidad Aut\u00f3noma de Guadalajara(UAG) Big Data Research Group as a Natural Language Processing tool. It provides a python library with functions that help to perform morphological anaysis on texts written in Spanish.\n\n - Quick overview on what morphological analysis is in the following video: [El an\u00e1lisis morfol\u00f3gico de una oraci\u00f3n](https://www.youtube.com/watch?v=BgAHya5ejJ8)\n - Link to EAGLES standard:[INTRODUCCI\u00d3N A LAS ETIQUETAS EAGLES](http://www.cs.upc.edu/~nlp/tools/parole-sp.html) \n\nAdditional information about the creation of the morphological dictionary can be found in the following Article:\n * P.J. Castro P\u00e9rez, A.A. Garc\u00eda Fuentes, M. E. Huerta Arreola, R. D\u00e1vila P\u00e9rez. (2016). Machine Readable Dictionary for Mexican Spanish. En Tecnolog\u00edas Modernas para la Industria y la Educaci\u00f3n. Cuernavaca, Morelos, Mexico: Institute Eng Electric Electronics Morelos Section, S.C. (607-95255).\n\n----\n\n\n## Installation\nThe following packages are required to install mosyn\n - Python: [https://www.python.org/](https://www.python.org/)\n - PyPI: [https://pip.pypa.io/en/stable/installing/](https://pip.pypa.io/en/stable/installing/)\n - NLTK: [http://www.nltk.org/](http://www.nltk.org/)\n\nOnce having installed the depenencies above then install mosyn:\n```\n# pip install mosyn\n```\n\nIf at any point the following error appears:\n```python\nResource u'tokenizers/punkt/english.pickle' not found. Please\nuse the NLTK Downloader to obtain the resource:\n\n >>>nltk.download()\n\nSearched in:\n- '/home/ec2-user/nltk_data'\n- '/usr/share/nltk_data'\n- '/usr/local/share/nltk_data'\n- '/usr/lib/nltk_data'\n- '/usr/local/lib/nltk_data'\n- u''\n```\ntry the instructions in the following link:\n[http://stackoverflow.com/questions/26570944/resource-utokenizers-punkt-english-pickle-not-found](http://stackoverflow.com/questions/26570944/resource-utokenizers-punkt-english-pickle-not-found)\n\n\n\n\n## Running examples\nExamples may need to be downloaded from GitHub and locally copied. Examples should be copied to the same level where mosyn has been installed for they to work out of the box. \n\nUse the command `pydoc mosyn\u00b4 to find out the directory where mosyn has been installed installed to:\n```\n$ pydoc mosyn\n```\n\nAfter hit enter a screen with a text similar to the following should appear:\n```\nHelp on package mosyn:\n\nNAME\n mosyn - # -*- coding: iso-8859-15 -*-\n\nFILE\n /Library/Python/2.7/site-packages/mosyn-1.0.5-py2.7.egg/mosyn/__init__.py\n\nPACKAGE CONTENTS\n __main__\n mosyn\n util (package)\n\n(END)\n```\n\nIn that example mosyn is installed in `/Library/Python/2.7/site-packages/mosyn-1.0.5-py2.7.egg/mosyn`. Download examples directory to that location:\n```\n-rw-r--r-- 1 root wheel 413 Sep 20 23:18 __init__.py\n-rw-r--r-- 1 root wheel 439 Sep 20 23:18 __init__.pyc\n-rw-r--r-- 1 root wheel 265 Sep 20 23:18 __main__.py\n-rw-r--r-- 1 root wheel 256 Sep 20 23:18 __main__.pyc\ndrwxr-xr-x 3 root wheel 102 Sep 20 23:18 dict\ndrwxr-xr-x 8 root wheel 272 Sep 20 23:37 examples <<===\n-rw-r--r-- 1 root wheel 12023 Sep 20 23:18 mosyn.py\n-rw-r--r-- 1 root wheel 12875 Sep 20 23:18 mosyn.pyc\ndrwxr-xr-x 12 root wheel 408 Sep 20 23:18 util\n```\n\n\nNavigate to that directory and execute one of the examples; e.g.:\n```\n$ cd examples\npython python2.x/parseFileSample.py\nProcessing: Poema20.txt.\n.............................................................\n\" PUEDO \" ( lema: poder )\n\tVMIP1S0 -> singular verb without gender \n----------------------------------------------------\n\n\" escribir \" ( lema: escribir )\n\tV0N0000 -> undefined number verb without gender \n----------------------------------------------------\n\n\" los \" ( lema: el )\n\tDA0MP0 -> plural male determinant \n\tPP3MPA00 -> plural male pronoun \n\tNCMS000 -> singular male name \n----------------------------------------------------\n\n. . .\n\n----------------------------------------------------\n\n\" escribo \" ( lema: escribir )\n\tV0IP1S0 -> singular verb without gender \n\tVMIP1S0 -> singular verb without gender \n----------------------------------------------------\n\n\" . \" ( lema: . )\n\tFP -> undefined number punctuation without gender \n----------------------------------------------------\n```\n\n## Contact\nPlease address questions to uagdataanalysis@gmail.com\nReport a bug by creating an issue in the following link:\n[https://github.com/uagdataanalysis/mosynapi/issues](https://github.com/uagdataanalysis/mosynapi/issues)\n\n\n
\"Creative
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/uagdataanalysis/mosynapi/tarball/1.1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/uagdataanalysis/mosynapi", "keywords": "dictionary,morphological,analysis", "license": "", "maintainer": "", "maintainer_email": "", "name": "mosyn", "package_url": "https://pypi.org/project/mosyn/", "platform": "", "project_url": "https://pypi.org/project/mosyn/", "project_urls": { "Bug Reports": "https://github.com/uagdataanalysis/mosynapi/issues", "Download": "https://github.com/uagdataanalysis/mosynapi/tarball/1.1.0", "Homepage": "https://github.com/uagdataanalysis/mosynapi", "Source": "https://github.com/uagdataanalysis/mosynapi/" }, "release_url": "https://pypi.org/project/mosyn/1.1.0/", "requires_dist": [ "nltk (>=3.0)" ], "requires_python": "", "summary": "A morphological dictionary tool.", "version": "1.1.0" }, "last_serial": 4135013, "releases": { "1.0.4": [ { "comment_text": "", "digests": { "md5": "5c00ea81b3b2e77ee06b39abb37d2e61", "sha256": "e2313f4d436a998c3db6e423987ffc96925a284d328c106bac29cf281b24a6d8" }, "downloads": -1, "filename": "mosyn-1.0.4.zip", "has_sig": false, "md5_digest": "5c00ea81b3b2e77ee06b39abb37d2e61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5281342, "upload_time": "2015-11-23T20:26:01", "url": "https://files.pythonhosted.org/packages/54/e6/e3145af0c863815335ae18be039145142f17cb5f562d25932260b9871c45/mosyn-1.0.4.zip" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "4d982af8170c908ef93998f626b24036", "sha256": "41ffb08440911959d3676d68f9ebcc5584a4806c2606b01e6cfdc9126f080f38" }, "downloads": -1, "filename": "mosyn-1.0.5.zip", "has_sig": false, "md5_digest": "4d982af8170c908ef93998f626b24036", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5288694, "upload_time": "2015-12-03T17:20:14", "url": "https://files.pythonhosted.org/packages/3d/de/e01241092547b92c9fe2ee80e62a0855027de3087d16addf1ad243a3db84/mosyn-1.0.5.zip" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "7fcd77729b233b93eaaa33f90e44dad3", "sha256": "57549a1c06884e36139aeec0878ab85fefa7dc3a651f56786790b2c8cc246ef3" }, "downloads": -1, "filename": "mosyn-1.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "7fcd77729b233b93eaaa33f90e44dad3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5264144, "upload_time": "2018-07-19T12:20:53", "url": "https://files.pythonhosted.org/packages/ed/e8/be70071916567344826c26bc15f67397111a04304f68f7d6ee5850b04270/mosyn-1.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d5b8cbf75043fa3d06807347f40f77b2", "sha256": "ab0d669893a8d0005974e2ef1bf87172ba28f1f8f94e49cf1efd4a35690eed34" }, "downloads": -1, "filename": "mosyn-1.0.7.tar.gz", "has_sig": false, "md5_digest": "d5b8cbf75043fa3d06807347f40f77b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4979840, "upload_time": "2018-07-19T12:20:58", "url": "https://files.pythonhosted.org/packages/94/56/9cbb7ff871807015c13a4abf22c34ecb160e5e2b334a978b8a83d49f357b/mosyn-1.0.7.tar.gz" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "a4f3379f568a7dad62a1d1393c77c007", "sha256": "be9917ead8d891da9a31c96c24d1c3a0160f7392709816df6e9a4d960b069d1f" }, "downloads": -1, "filename": "mosyn-1.0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "a4f3379f568a7dad62a1d1393c77c007", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5266404, "upload_time": "2018-07-21T21:24:40", "url": "https://files.pythonhosted.org/packages/31/29/4222527438c58bb24cae43bf42b04a04c9c7e7977ac1ae23c02e8a082792/mosyn-1.0.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e18bca4c7b025ac5f844dbcd96f85143", "sha256": "69c36fe383afb3643c01c6d27dbae799a7676efa2bd702bcc83e698b95127167" }, "downloads": -1, "filename": "mosyn-1.0.9.tar.gz", "has_sig": false, "md5_digest": "e18bca4c7b025ac5f844dbcd96f85143", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4983767, "upload_time": "2018-07-21T21:24:45", "url": "https://files.pythonhosted.org/packages/dc/b7/574067ec300d48bc64d651ea94296d43ee77f9c191f0a90a489c1cd74838/mosyn-1.0.9.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "001816d27d7f5dd7bdd23a5d90111122", "sha256": "f3dd413f33474fcd6f5037c0aca35f517a0be138dcda5cd6c4b8ed81c4faebab" }, "downloads": -1, "filename": "mosyn-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "001816d27d7f5dd7bdd23a5d90111122", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5268566, "upload_time": "2018-08-04T07:21:35", "url": "https://files.pythonhosted.org/packages/e3/f5/6fc04a1011aaba8fc8cbb77696bd6baa11861a5a0af1567b72f6b7474c62/mosyn-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "81e90e52af2f06e01169e12fd05597cb", "sha256": "64fb3ba953f431e2bce88213d84787453865dce0d17828430343e62e634189e9" }, "downloads": -1, "filename": "mosyn-1.1.0.tar.gz", "has_sig": false, "md5_digest": "81e90e52af2f06e01169e12fd05597cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4983970, "upload_time": "2018-08-04T07:21:41", "url": "https://files.pythonhosted.org/packages/43/68/8fdda40cb7096f7124fd46f47bc527898a49801fa8e2f8a50d98411ab87f/mosyn-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "001816d27d7f5dd7bdd23a5d90111122", "sha256": "f3dd413f33474fcd6f5037c0aca35f517a0be138dcda5cd6c4b8ed81c4faebab" }, "downloads": -1, "filename": "mosyn-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "001816d27d7f5dd7bdd23a5d90111122", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5268566, "upload_time": "2018-08-04T07:21:35", "url": "https://files.pythonhosted.org/packages/e3/f5/6fc04a1011aaba8fc8cbb77696bd6baa11861a5a0af1567b72f6b7474c62/mosyn-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "81e90e52af2f06e01169e12fd05597cb", "sha256": "64fb3ba953f431e2bce88213d84787453865dce0d17828430343e62e634189e9" }, "downloads": -1, "filename": "mosyn-1.1.0.tar.gz", "has_sig": false, "md5_digest": "81e90e52af2f06e01169e12fd05597cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4983970, "upload_time": "2018-08-04T07:21:41", "url": "https://files.pythonhosted.org/packages/43/68/8fdda40cb7096f7124fd46f47bc527898a49801fa8e2f8a50d98411ab87f/mosyn-1.1.0.tar.gz" } ] }