usnistgov / SCTK

Other
208 stars 52 forks source link

endless pra file by using -l parameter #44

Open silvio3punkt5 opened 1 year ago

silvio3punkt5 commented 1 year ago

Hi,

I'm using "-l 100" parameter to limit the width of the output files. This worked all the times fine but now I have a case where this is leading to a behaviour that the pra file is growing until disc space run full. Setting "-l 200" in that particular case is generating a proper pra file.

The command and input I'm using: test.hyptrn მდებარეობსქალაქმეხიკოდანჩრდილოეთით რუსეთი (foo_0001)

test.reftrn მდებარეობს უფაში ბაშკირეთი რუსეთი (foo_0001)

/opt/SCTK/bin/sclite -e utf-8 -o dtl -o pralign -o sum -i rm -r test.reftrn trn -h test.hyptrn trn -l 100

I was using version 2.4.8 and also compiled the latest version from github and both version were affected.

edit Compilation and execution were on a ubuntu 18.04.6 system.

Thanks