srvk / srvk-eesen-offline-transcriber

Top level code to transcribe English audio/video files into text/subtitles
http://speechkitchen.org
20 stars 14 forks source link

Error installing data #4

Open lukaguinan opened 5 years ago

lukaguinan commented 5 years ago

I cloned this project into a local directory and the entered it using Terminal. I then ran the command make to install but I get the following errors...

Makefile:203: Extraneous text after `else' directive
Makefile:204: *** missing separator (did you mean TAB instead of 8 spaces?).  Stop.

Can this be fixed? I tried running the speech to text file without make but I received this error...

./speech2text.sh 
./speech2text.sh: line 16: ./utils/parse_options.sh: No such file or directory

so I assumed that make had to be run first. I am on Mac OS Mojave.

riebling commented 5 years ago

Aha, probably because it hasn't been tested or made to work directly on MacOS, to the best of my knowledge. This code works better inside the EESEN Transcriber virtual machine, and likely better on Ubuntu. Though I'm sure we'd welcome someone adding the capability to work on MacOS, and someday soon I hope to have such capability ;)

dartvader-20 commented 3 years ago

even i am facing the same problem in my terminal Makefile:203: extraneous text after 'else' directive Makefile:204: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.

dartvader-20 commented 3 years ago

and could you explain me how to work with ./speech2text.sh file