You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope you're doing great! In case you're planning to add more features to your package, here's my use case :
I have a list of sentences in French, with conjugated verbs. I am able to identify the verb (using spaCy) but I need to convert these conjugated verbs into their infinitive forms.
Eg: "Le grand-père mangeait une pomme" -spaCy-> "mangeait" (-verbecc-> "manger")
I think your Conjugator class only supports infinitive forms to conjugated forms. Do you consider adding the other way around ?