Skip to content

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

Description

@rongybika

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions