
Conshuga performs an automatic conjugation of Galician verbs. It does not yet distinguish between defective and non-defective verbs nor does it conjugate ambiguous infinitives (like cumprir). You can download it here.
Enter a verb: Infinitive:\n" ; # echo "$verb\n
"; echo "Conjugação do verbo: $verb" ; $result = shell_exec("$conshuga_info $paradigms $volga $verb"); echo "
$result"; } ?>