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]
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):