
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 Galician (ILG/RAG) infinitive verbal form: Infinitive:\n" ; echo "$line\n
"; echo "Conjugation:\n
" ; $myFile = "x"; $fh = fopen($myFile, 'w') or die("can't open file"); fwrite($fh, "$line"); fclose($fh); ##shell_exec('cat x |recode utf8..latin1 | ./conjugarComFormato.perl | recode latin1..utf8 > xx'); shell_exec('cat x | ./conjugarComFormato.perl > xx'); ## abrir e ler xx $myFile = "xx"; $fh = fopen($myFile, 'r'); if ($fh) { while (!feof($fh)) { $data = fgets($fh, 4096); echo "$data"; ?>