Català

November 21, 2025 · View on GitHub

Example: Catalan ser (to be)

>>> from verbecc import CompleteConjugator, LangCodeISO639_1 as Lang
>>> ccg = CompleteConjugator(Lang.ca) 
# 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('ser')
>>> print(cc.to_json())

(View Output JSON)

>>> print(cc.to_yaml())

(View Output YAML)