Skip to content

Commit

Permalink
fixed bug in stop words file location
Browse files Browse the repository at this point in the history
  • Loading branch information
J. Almazan committed Feb 27, 2014
1 parent 8ae6389 commit d421f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare_opts.m
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
elseif strcmp(opts.dataset,'IAM')
opts.PCADIM = 30;
opts.RemoveStopWords = 1;
opts.swFile = 'swIAM.txt';
opts.swFile = 'data/swIAM.txt';
opts.evalRecog = 0;
elseif strcmp(opts.dataset,'IIIT5K')
opts.minH = 100;
Expand Down

0 comments on commit d421f9f

Please sign in to comment.