进行测试错误(Festival 2.0.95 & Windows XP & Cygwin)
我正在遵循这些说明: http://www.cstr.ed.ac.uk/ downloads/festival/2.0.95/do_test
在
cd ../speech_tools
make test
我得到这个之后:
___________
Test Failed
hash regression status. FAILED
有什么想法吗?
之后,如果我尝试:
cd ../festival
make test
我得到:
...
voice script status: CORRECT
test modes (script)
text modes
Duration tree extreme for r 3.64693
grep: and: No such file or directory
grep: Settings/...: No such file or directory
....
.... more errors.
....
sed; read error on /cygdrive/c/Documents: Is a directory
modes script completed
...
...
...
modes script status: INCORRECT
test parse (script)
../examples/scfg_parse_text: linre 2: /cygdrive/c/Documents: is a directory
...
parse script status: FAILED
也许是关于 $CLASSPATH 和 windows / 和空格以及 unix \¿
我应该怎么办?如果我输入 echo $CLASSPATH,我会收到空响应。
谢谢。
I am following these instructions:
http://www.cstr.ed.ac.uk/downloads/festival/2.0.95/do_test
And after
cd ../speech_tools
make test
I have this:
___________
Test Failed
hash regression status. FAILED
Any Idea?
After that,if I try:
cd ../festival
make test
I get:
...
voice script status: CORRECT
test modes (script)
text modes
Duration tree extreme for r 3.64693
grep: and: No such file or directory
grep: Settings/...: No such file or directory
....
.... more errors.
....
sed; read error on /cygdrive/c/Documents: Is a directory
modes script completed
...
...
...
modes script status: INCORRECT
test parse (script)
../examples/scfg_parse_text: linre 2: /cygdrive/c/Documents: is a directory
...
parse script status: FAILED
Maybe is something about $CLASSPATH and the windows / and spaces and unix \¿?
What should I do? I have an empty response if i type echo $CLASSPATH.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一种可能的解决方案是:
我认为这不是最好的,但它有效。
One possible solution is:
I think that this is not the best, but it worked.