Some conjugated forms are missing from some Spanish verbs.
SekouDiaoNlp opened this issue · 0 comments
SekouDiaoNlp commented
Describe the bug
Some conjugated forms are missing from some Spanish verbs.
To Reproduce
Steps to reproduce the behavior:
import mlconjug3
default_conjugator = mlconjug3.Conjugator("es")
print(default_conjugator.conjugate("salir").conjug_info["Indicativo"]["Indicativo Presente"])
Expected behavior
The 6 conjugated forms of the "Indicativo Presente" should be generated but only "": "salimos"
is generated:
Desktop (please complete the following information):
- OS: [Ubuntu 20.04]
- Version [mlconjug3 v3.7.5]