apertium / apertium/lttoolbox

lt-proc -g now outputs # when input-side starts with #?

Open
#200 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

nob.dix has entries that turn things like `# opp` into ` opp` (for broken multiwords):
```sh
$ echo '^# opp$' | lt-proc -b -g nob.autogen.bin
^# opp/ opp$
```
The above is correct, the output-side has ` opp`.

They used to work fine in regular `lt-proc -g` too, but now the `#` is output (or it's treated as ungeneratable, not sure which):
```sh
$ echo '^# opp$' | lt-proc -g nob.autogen.bin
# opp

$ echo '^# opp$' | lt-proc -d -g nob.autogen.bin
# opp
```
(should output ` opp`).

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.