lilt / alignment-scripts

Scripts to preprocess training and test data and to run fast_align and giza
MIT License
108 stars 23 forks source link

Fix unterminated `s' command #10

Closed kellymarchisio closed 2 years ago

kellymarchisio commented 2 years ago

Original version results in "sed: -e expression #1, char 9: unterminated `s' command"

sed (GNU sed) 4.4 Distributor ID: Debian Description: Debian GNU/Linux 9.13 (stretch) Release: 9.13

Fixes #9

thomasZen commented 2 years ago

@kellymarchisio Thanks for this fix!