apertium / apertium-lex-tools

Module for compiling lexical selection rules and processing them in the pipeline.
https://wiki.apertium.org/wiki/Constraint-based_lexical_selection_module
GNU General Public License v3.0
5 stars 12 forks source link

Piping lrx-proc -m, hanging on windows #25

Open singh-lokendra opened 5 years ago

singh-lokendra commented 5 years ago

echo "^cat<n><pl>/gato<n><GD><pl>$\n" | lrx-proc -m eng-spa.autolex.bin stdin expects input and the process needs to be terminated by sending an interrupt. This unexpected behavior started from https://github.com/apertium/apertium-lex-tools/commit/2a77a50ba2eb601ea7ab98b85de171a4974b019a

TinoDidriksen commented 4 years ago

I think this was fixed by https://github.com/apertium/apertium-lex-tools/commit/12357e0df6f15912034b08a0bf72cd3d436a43c0 but haven't verified.