Stjepan Henc

Results 4 comments of Stjepan Henc

Hi, well try to resolve the first error the compiler gives you. It seems that you are missing a header file. Either that or you are using C compiler instead...

The map file is basically a .txt file which gives the locations of htk feature files. I think it is something like this: prefix input_feature_path target_feature_path

Of course one line per feature. You can get the idea by reading chapter 5 of this document: http://sourceforge.net/projects/currennt/files/?source=navbar htk2nc is a tool from that project.

Also, you can take a look at my "nc_packer" repository. I wrote some python scripts for automating the .nc feature database generation, you might be able to reuse them.