I'm trying to rewrite latice on kaldi but i can't...this the situation:Many function for manipulate lattice (lattice-add-penalty, lattice-align-words, among others) have an in an out file...when you need that the out lattice will compress you need to specific as follow: ark:|gzip -c > $kwsdir/$file.gz....but when you don't want compress you put: ark:$file (for example)..now when the input file and the output file are the same you put: ark:|gzip -cf > $kwsdir/$file.gz (in compress case)..the -f parameter on gzip command is for rewrite if exist the file..but when I want to rewrite without compress...How I can do this?
--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+...@googlegroups.com.
To post to this group, send email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/ba141352-e123-4913-b56a-775f7514a228%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/b80f8260-93c5-4dff-ab56-11c51bbbd7c4%40googlegroups.com.