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

How to conjugate in all persons? #83

Open
scarroll32 opened this issue Jan 14, 2020 · 1 comment
Open

How to conjugate in all persons? #83

scarroll32 opened this issue Jan 14, 2020 · 1 comment

Comments

@scarroll32
Copy link

How do we conjugate in all persons, eg:

je capture
tu captures
il;elle;on capture
nous capturons
vous capturez
ils;elles capturent

In French http://verbix.com/webverbix/go.php?T1=capturer&Submit=Go&D1=3&H1=103

@scarroll32 scarroll32 changed the title How to conjugate in a persons? How to conjugate in all persons? Jan 14, 2020
@SekouDiaoNlp
Copy link

Hi @seanfcarroll , I am @SekouDiaoNlp, formerly on GitHub as @SekouD and I am the original author of mlconjug. I created a new GitHub account at @SekouDiaoNlp as my former account was mostly for my academic projects, while my new account @SekouDiaoNlp is more focused on my professional projects as well as my open-source projects.
I have just released a new version of mlconjug called mlconjug3, to indicate that I dropped support for Python 2.x as it has been deprecated by the end of 2019.

To install it just run :
pip install mlconjug3

And to answer your initial question, if you want to have the pronouns of a given verb conjugation you can check the documentation at https://mlconjug3.readthedocs.io/en/latest/modules.html#mlconjug.mlconjug.Conjugator.conjugate

Basically the method conjugate(verb, subject='abbrev') is the default behavior of the method.

If you want to have all pronouns explicitly listed you should call the method conjugate this way :

conjugate(verb, subject='pronoun')

Have a nice day and thank you for using mlconjug.

Cheers!

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

2 participants