apertium / apertium/lttoolbox

Post-generation problems when uppercase

Open
#154 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
21
Forks
26
PR merge metrics
No merged PRs in 30d

Description

```
$ 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
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.