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

English Irregular verbs do not seem to conjugate properly (again) #81

Open
rongybika opened this issue May 22, 2019 · 1 comment
Open

Comments

@rongybika
Copy link

Same issue as described in the issue with number 77

Describe the bug
Sometimes, verbs with no common roots with their declensions get inserted as a prefix.

To Reproduce
Steps to reproduce the behavior:

default_conjugator = mlconjug.Conjugator(language='en')
test_verb = default_conjugator.conjugate("go")
all_conjugated_forms = test_verb.iterate()
print(all_conjugated_forms)

Returns 'gogo' instead of 'go', 'gogone' insted of 'gone'

Expected behavior

Should return 'gone' instead of 'gogone', 'go' instead of 'gogo'.

Desktop (please complete the following information):

OS: [e.g. All Oses]
Version [3.4.0]
@rongybika rongybika changed the title English Irregular verbs do not seem to conjugate properly #2 => #77 English Irregular verbs do not seem to conjugate properly (again) May 22, 2019
SekouDiaoNlp pushed a commit to SekouDiaoNlp/mlconjug that referenced this issue Jan 27, 2020
SekouDiaoNlp pushed a commit to SekouDiaoNlp/mlconjug that referenced this issue Jan 27, 2020
@SekouDiaoNlp
Copy link

SekouDiaoNlp commented Jan 29, 2020

Hi @rongybika, 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 bug request, the bug with English verbs has been fixed in version 3.7.1 of mlconjug3

Have a nice day and thank you for using mlconjug3.

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