Română
November 21, 2025 · View on GitHub
Romanian fi (to be)
>>> from verbecc import CompleteConjugator, LangCodeISO639_1 as Lang
>>> ccg = CompleteConjugator(Lang.ro)
# 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('fi')
>>> print(cc.to_json())
>>> print(cc.to_yaml())