mirror of
https://github.com/cmusphinx/sphinxtrain.git
synced 2026-05-17 13:10:52 +00:00
7c89bb8a64
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
8 lines
127 B
Perl
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);
|