apertium-python icon indicating copy to clipboard operation
apertium-python copied to clipboard

Allow `mark_unknown` to be actually used in `translate`

Open ygorg opened this issue 2 years ago • 0 comments

Fixes #82 The option for mark_unknown translation was present but not used. This code fixes that. It also clarifies the role of $1 and $2 (variable names come from apertium CLI) in parse_mode_file.

This function was untested for the wrapper because I couldn't make it work. For information: in #82 dimitarsh1 dealt with that by prevented using the wrapper when mark_unknown was used.

ygorg avatar May 25 '23 08:05 ygorg