进行测试错误(Festival 2.0.95 & Windows XP & Cygwin)

发布于 2024-09-06 12:58:09 字数 1039 浏览 4 评论 0原文

我正在遵循这些说明: 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甚是思念 2024-09-13 12:58:09

一种可能的解决方案是:

  • 将文件夹移动到 C:\

我认为这不是最好的,但它有效。

One possible solution is:

  • Move the folder to C:\

I think that this is not the best, but it worked.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文