bretttolbert / verbecc

Complete Conjugation of any Verb(e) in Catalan, French, Italian, Portuguese, Romanian or Spanish and conjugate unknown verbs using Machine Learning
http://verbe.cc
GNU Lesser General Public License v3.0
75 stars 9 forks source link

[Portuguese] - Incorrect conjugation in pretérito-perfeito #7

Closed ivanviragine closed 3 years ago

ivanviragine commented 4 years ago

Hi!

When trying to conjugate the verb "andar", "ficar", "amar" (and maybe others) in Portuguese, we have an incorrect/buggy output:

'pretérito-perfeito': ['eu andei', 'tu andaste', 'ele andou', 'nós and)', 'vós andastes', 'eles andaram'],

'pretérito-perfeito': ['eu fiquei', 'tu ficaste', 'ele ficou', 'nós fir)', 'vós ficastes', 'eles ficaram'],

Sounds like a typo or something in the dictionary.

ivanviragine commented 4 years ago

Any news on this?

bretttolbert commented 3 years ago

Thank you for bringing this to my attention. Yes, this was due to some typos in the conjugation XML. I have corrected the errors with verbs like andar, ficar, amar, odiar and arguir in this commit. These changes are included in verbecc 1.7.0 / verbecc-svc 1.7.0. There's probably more typos in other verbs though. E.g. I know there's some problems with verbs like "doer" that are apparently only supposed to be conjugated for certain tenses. I will try to fix these errors as I have time. Please let me know if you find any more errors and don't hesitate to log another issue. I appreciate your interest in my software. Thanks, ~Brett