Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Reverse Conjugation Functionality #5

Open
tnugent01 opened this issue Nov 27, 2024 · 0 comments
Open

Feature Request: Reverse Conjugation Functionality #5

tnugent01 opened this issue Nov 27, 2024 · 0 comments

Comments

@tnugent01
Copy link

tnugent01 commented Nov 27, 2024

First off, thank you for creating this excellent library.
It's a fantastic resource for working with Spanish verb conjugations.

We’d like to request a feature for reverse conjugation. Specifically, a function that takes a conjugated verb (including gerunds, all verb forms essentially) as input and returns:

  • Base verb (infinitive)
  • Tense
  • Mood
  • Pronoun

Might look something like this btw:

Input:

SpanishConjugator.reverseConjugate('hablare')

Output:

{
baseVerb: 'hablar',
tense: 'future',
mood: 'subjunctive',
pronoun: 'yo'
}

This would greatly help our project, which requires the analysis of conjugated verbs.

Would you be open to implementing this functionality? If needed, we’d be happy to collaborate or contribute code toward this feature.

Thanks for considering, and please let us know if we can help in any way.

Terry Nugent
Project Lead, PhasaTek Labs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant