You probably made a mistake earlier on, like forgetting to make a link
to local/, or being in the wrong directory.
On Mon, Jan 16, 2017 at 10:39 PM, Patrice Yemmene <yem...@gmail.com> wrote:
> The error says: ./run.sh: line 50: local/voxforge_select.sh: no such file or
> directory
>
> Thank you
> On Friday, January 13, 2017 at 12:46:33 AM UTC-6, Dan Povey wrote:
>>
>> Any time you are asking about an error you should show the actual error
>> message.
>>
>> On Thu, Jan 12, 2017 at 9:04 PM, Patrice Yemmene <yem...@gmail.com> wrote:
>> > Hello,
>> >
>> > When I follow the step in the Kaldi for dummies document, the last step
>> > is
>> > to create three scrips in Kaldi-trunk/egs/digits, and run them. One of
>> > the
>> > scripts is the run.sh script. When I attempt to run this scrip, I get an
>> > error message suggesting it cannot be found in local/voxforge.It does
>> > apear
>> > to me that I need to download the voxforge data.
>> >
>> > I already have my own data (from a minority. Is the voxforge data
>> > absolutely
>> > necessary to run the run.sh scrip?
>> >
>> > Thank you
>> >
>> > Patrice Yemmene
>> >
>> > --
>> > 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.
>> > For more options, visit https://groups.google.com/d/optout.
ls -l ../../../voxforge/s5/local/voxforge_select.sh
-rwxr-xr-x 1 dpovey fax 809 Mar 2 2016 ../../../voxforge/s5/local/voxforge_select.sh
(see the first "x").
There must be something messed up with your system. Try again chmod +x local/voxforge_select.sh, and try running it directly from the shell:
local/voxforge_select.sh
but this is really a local system problem, you should find someone local with more UNIX experience to help.
Dan