{"categories":[{"label":"Linguistic","url":"https://skillfed.io/packages/category/text-processing-linguistic/2"}],"enrichment":{"capability":"Conjugates Spanish verbs by tense, mood, and pronoun through a simple class-based API.","skillfed_tags":["spanish-language","verb-conjugation","nlp"],"use_cases":["Build a Spanish language learning app that generates conjugation exercises for students.","Validate or auto-correct verb forms in Spanish text-processing or NLP pipelines.","Generate conjugated verb forms for chatbots or conversational AI in Spanish.","Create a grammar reference tool that shows all conjugation forms for a given verb.","Support Spanish language features in a multilingual writing or translation assistant."],"what_it_does":"spanishconjugator is a lightweight Python library that conjugates Spanish verbs by combining a root verb, tense, mood, and pronoun into the correct inflected form. It exposes a single Conjugator class with a conjugate() method that returns either a string (for a specific pronoun) or a dictionary of all pronoun forms (when pronoun is omitted for present indicative). The library supports multiple moods\u2014indicative, conditional, imperative, and subjunctive\u2014across tenses like present, imperfect, preterite, future, and perfect forms.\n\nThe package has no external dependencies and installs cleanly. It is designed for developers building Spanish language tools, educational applications, or text-processing pipelines that need reliable verb conjugation. The implementation is straightforward: pass the verb, tense, mood, and pronoun, and receive the conjugated form. The repository remains maintained but is aging, with the last release over 7 months old and limited documentation beyond the README examples.","worth_installing":"Yes, if you need straightforward Spanish verb conjugation with no dependencies and permissive licensing. The low install friction and zero external dependencies make it easy to add to any project. However, verify that the tenses and moods you need are implemented\u2014the package does not support all Spanish moods (e.g., no conditional perfect listed in the docs), and coverage of irregular verbs is unclear. The aging maintenance status means bug fixes or new features may be slow."},"id":"spanishconjugator","links":{"html":"https://skillfed.io/packages/spanishconjugator","md":"https://skillfed.io/packages/spanishconjugator.md","pypi":"https://pypi.org/project/spanishconjugator/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2024-12-09","license_spdx":null,"license_treatment":"permissive","name":"spanishconjugator","python_support":"unspecified","summary":"A python library to conjugate spanish words with parameters tense, mood and pronoun"},"popularity":{"monthly_downloads":120690,"position":12012,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.3.9474"}
