Files
sphinxtrain/scripts/lib/test_SimpleConfig.pl
nshmyrev 7c89bb8a64 scripts_pl folder is named just scripts now. Less perl, more python here for better
consistency with modern trends and other ASR frameworks.



git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/SphinxTrain@11327 94700074-3cef-4d97-a70e-9c8c206c02f5
2012-01-29 12:11:41 +00:00

8 lines
127 B
Perl

#!/usr/bin/perl -w
use strict;
use SimpleConfig;
use Data::Dumper;
my %conf = parse_config('test.txt');
print Dumper(\%conf);