apertium / lttoolbox

Finite state compiler, processor and helper tools used by apertium
http://wiki.apertium.org/wiki/Lttoolbox
GNU General Public License v2.0
18 stars 22 forks source link

Post-generation problems when uppercase #154

Open hectoralos opened 2 years ago

hectoralos commented 2 years ago
$ echo '~Detla umanitat' | lt-proc -p oci.autopgen.bin
L'umanitat
$ echo '"~Detla umanitat' | lt-proc -p oci.autopgen.bin
"l'umanitat
$ echo '~que ~Detla umanitat' | lt-proc -p oci.autopgen.bin
que l'umanitat

The expected output in the second and third cases are:

"L'umanitat
que L'umanitat