Italiano
November 21, 2025 ยท View on GitHub
Italian essere (to be)
>>> from verbecc import CompleteConjugator, LangCodeISO639_1 as Lang
>>> ccg = CompleteConjugator(Lang.it)
# If this is the first run, it will take a minute for the model to train,
# but it should save the model .zip file and run fast subsequently
>>> cc = ccg.conjugate('essere')
>>> print(cc.to_json())
>>> print(cc.to_yaml())