voseador


Namevoseador JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryA tiny python package to conjugate spanish verbs with 'voseo' (using vos instead of tu). Seamless integration with the verbecc spanish conjugator.
upload_time2024-02-26 00:02:22
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT License Copyright (c) 2023 Alejandro de Ugarriza Mohnblatt Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords argentina argentinizador castellano chile conjugación conjugador conjugation conjugator español linguistics lingüística paraguay spanish uruguay verbos verbs vos voseador voseo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Voseador

A tiny python package to conjugate spanish verbs with voseo (using vos instead of tu).

This package works by derivating the "vos" conjugation from the "vosostros" one when necesary. For example: "vosotros cantáis" -> "vos cantás". It also has an exception table for irregular verbs.

Seamless integration with the verbecc spanish conjugator.

## Dependencies

Python 3.7

Unidecode==1.3.6

## Examples

### Using verbecc

Additional dependencies:
verbecc==1.7.1

``` python
from verbecc import Conjugator
from voseador import Voseador

conjugator = Conjugator(lang='es')
voseador = Voseador()

conjugation = conjugator.conjugate("haber")

conjugation = voseador.add_vos_to_verbecc_conjugation(conjugation)

print(conjugation["moods"])
```

### On its own

``` python
from voseador import Voseador

voseador = Voseador()

vos_verb = voseador.vos_from_vosotros(mood="indicativo", tense="presente", infinitivo="comer", vosotros_verb="coméis")

print(vos_verb)
```

Take into account that this last example only works with tenses in wich the "vos" conjugation differs from de "tu" one. In the rest of the cases you can just copy the "tu" conjugation.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "voseador",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "argentina,argentinizador,castellano,chile,conjugaci\u00f3n,conjugador,conjugation,conjugator,espa\u00f1ol,linguistics,ling\u00fc\u00edstica,paraguay,spanish,uruguay,verbos,verbs,vos,voseador,voseo",
    "author": "",
    "author_email": "Alejandro Mohnblatt <aledeum.saf@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/8a/5e/c4b1403d8e24d7720368ac28d18748ba68e3d2507a545ce2d2f29b05f158/voseador-0.1.1.tar.gz",
    "platform": null,
    "description": "\n# Voseador\n\nA tiny python package to conjugate spanish verbs with voseo (using vos instead of tu).\n\nThis package works by derivating the \"vos\" conjugation from the \"vosostros\" one when necesary. For example: \"vosotros cant\u00e1is\" -> \"vos cant\u00e1s\". It also has an exception table for irregular verbs.\n\nSeamless integration with the verbecc spanish conjugator.\n\n## Dependencies\n\nPython 3.7\n\nUnidecode==1.3.6\n\n## Examples\n\n### Using verbecc\n\nAdditional dependencies:\nverbecc==1.7.1\n\n``` python\nfrom verbecc import Conjugator\nfrom voseador import Voseador\n\nconjugator = Conjugator(lang='es')\nvoseador = Voseador()\n\nconjugation = conjugator.conjugate(\"haber\")\n\nconjugation = voseador.add_vos_to_verbecc_conjugation(conjugation)\n\nprint(conjugation[\"moods\"])\n```\n\n### On its own\n\n``` python\nfrom voseador import Voseador\n\nvoseador = Voseador()\n\nvos_verb = voseador.vos_from_vosotros(mood=\"indicativo\", tense=\"presente\", infinitivo=\"comer\", vosotros_verb=\"com\u00e9is\")\n\nprint(vos_verb)\n```\n\nTake into account that this last example only works with tenses in wich the \"vos\" conjugation differs from de \"tu\" one. In the rest of the cases you can just copy the \"tu\" conjugation.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Alejandro de Ugarriza Mohnblatt  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A tiny python package to conjugate spanish verbs with 'voseo' (using vos instead of tu). Seamless integration with the verbecc spanish conjugator.",
    "version": "0.1.1",
    "project_urls": {
        "Github": "https://github.com/CoolRobotsAndStuff/voseador"
    },
    "split_keywords": [
        "argentina",
        "argentinizador",
        "castellano",
        "chile",
        "conjugaci\u00f3n",
        "conjugador",
        "conjugation",
        "conjugator",
        "espa\u00f1ol",
        "linguistics",
        "ling\u00fc\u00edstica",
        "paraguay",
        "spanish",
        "uruguay",
        "verbos",
        "verbs",
        "vos",
        "voseador",
        "voseo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "255622bf0b700ee82392c9100c4d4b7205640073802347a5cb98f76d2124dd64",
                "md5": "bb99b7acecd9fd2ab4d01e74ec458d28",
                "sha256": "7c6365ec16e77818efae849f2ae7507a3234a9db48da9d818ec23ef42b20bf88"
            },
            "downloads": -1,
            "filename": "voseador-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bb99b7acecd9fd2ab4d01e74ec458d28",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5777,
            "upload_time": "2024-02-26T00:02:19",
            "upload_time_iso_8601": "2024-02-26T00:02:19.886512Z",
            "url": "https://files.pythonhosted.org/packages/25/56/22bf0b700ee82392c9100c4d4b7205640073802347a5cb98f76d2124dd64/voseador-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a5ec4b1403d8e24d7720368ac28d18748ba68e3d2507a545ce2d2f29b05f158",
                "md5": "61c87ddf9a8f36659e685daf1b0f51a5",
                "sha256": "e9e2f882123a95d4ea386d2193b2760fb9bd0a6ca0001e0f583398a2da83dfa8"
            },
            "downloads": -1,
            "filename": "voseador-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "61c87ddf9a8f36659e685daf1b0f51a5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8205,
            "upload_time": "2024-02-26T00:02:22",
            "upload_time_iso_8601": "2024-02-26T00:02:22.347200Z",
            "url": "https://files.pythonhosted.org/packages/8a/5e/c4b1403d8e24d7720368ac28d18748ba68e3d2507a545ce2d2f29b05f158/voseador-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-26 00:02:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CoolRobotsAndStuff",
    "github_project": "voseador",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "voseador"
}
        
Elapsed time: 0.19079s