Closed unhammer closed 2 years ago
Unzip softhyph.zip
The form i is missing below:
i
$ lt-proc -we nob-nno.automorf.bin < softhyph ^/i<pr>/ialphabet<n><m><sg><ind>$ ^xyzzy/*xyzzy$
The third character in the input file is a soft hyphen (utf8 bytes C2AD):
$ hexdump -C softhyph 00000000 69 20 c2 ad 78 79 7a 7a 79 0a |i ..xyzzy.| 0000000a
Remove the soft hyphen, and it gives the expected
^i/i<pr>/ialphabet<n><m><sg><ind>$ ^xyzzy/*xyzzy$
fixed in https://github.com/apertium/lttoolbox/commit/848abfe5b0a6ff88e0f46fb5a4d0fc8d26ba5628
Unzip softhyph.zip
The form
i
is missing below:The third character in the input file is a soft hyphen (utf8 bytes C2AD):
Remove the soft hyphen, and it gives the expected