Giter Club home page Giter Club logo

verbecc's People

Contributors

bretttolbert avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

verbecc's Issues

Italian verb essere conjugation is incorrect

E.g. for the verb essere, it's currently returning:

            "passato-prossimo": [
                "io ho ente/essente",
                "tu hai ente/essente",
                "lui ha ente/essente",
                "noi abbiamo ente/essente",
                "voi avete ente/essente",
                "loro hanno ente/essente"
            ],

Seems to be using the wrong auxiliary verb and the wrong participle and the the templates needs to be modified to use alternates instead of combining them with /. I.e.:

            "passato-prossimo": [
                ["io sono stato", "io sono stata"],
                ["tu sei stato", "io sei stata"],
                ["lui è stato", "io è stata"],
                ["noi siamo stati", "noi siamo state"],
                ["voi siete stati", "voi siete state"],
                ["loro sono stati", "loro sono state"]
            ],

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

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.

KeyError with the spanish verb 'abolir'

My configuration:

3.7.6 (tags/v3.7.6:43364a7ae0, Dec 19 2019, 00:42:30) [MSC v.1916 64 bit (AMD64)] 
 win32 

Hello, I'm using the last version of verbecc, 1.7.1 and I have encountered the following error when trying to inflect the verb I have mentioned in the title: abolir

Traceback (most recent call last):
  File "<input>", line 1, in <module>
  File "C:\Users\0016195\PycharmProjects\djingo-ling-2\venv\lib\site-packages\verbecc\conjugator.py", line 38, in conjugate
    return self._inflector.conjugate(infinitive)
  File "C:\Users\0016195\PycharmProjects\djingo-ling-2\venv\lib\site-packages\verbecc\inflector.py", line 21, in conjugate
    moods[mood] = self._conjugate_mood(co, mood)
  File "C:\Users\0016195\PycharmProjects\djingo-ling-2\venv\lib\site-packages\verbecc\inflector.py", line 107, in _conjugate_mood
    ret.update(self._get_compound_conjugations_for_mood(co, mood_name))
  File "C:\Users\0016195\PycharmProjects\djingo-ling-2\venv\lib\site-packages\verbecc\inflector.py", line 122, in _get_compound_conjugations_for_mood
    ret[tense_name] = self._conjugate_mood_tense(co, mood_name, tense_name)
  File "C:\Users\0016195\PycharmProjects\djingo-ling-2\venv\lib\site-packages\verbecc\inflector.py", line 134, in _conjugate_mood_tense
    self._auxilary_verb_uses_alternate_conjugation(tense_name))
  File "C:\Users\0016195\PycharmProjects\djingo-ling-2\venv\lib\site-packages\verbecc\inflector.py", line 242, in _conjugate_compound
    co.template.moods[persons_mood_name].tenses[aux_tense_name].person_endings]
KeyError: 'presente'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.