标签: giza++

如何在Giza ++中进行训练和测试?

在人工智能方法中,我们有两个阶段的训练.这些阶段是数据和测试.

在培训阶段,我们给出了一个庞大的数据量的系统和我们通常用更小的数据量测试.然后我们评估输出.

现在问题是这个培训可以通过嵌入在GIZA ++中的内置功能来完成,或者我们应该为此编写一个单独的应用程序?

如果我们应该编写一个单独的应用程序,任何人都可以建议已经编写的应用程序帮助我吗?还是手册?注意:我想要一个对齐程序而不是统计机器翻译

我更喜欢用Giza ++训练,所以我可以测试未观察到的数据.

提前致谢.

nlp machine-learning giza++

31
推荐指数
1
解决办法
833
查看次数

有关于giza ++的教程吗?

"自述"文件中的网址无效(http://www.fjoch.com/mkcls.htmlhttp://www.fjoch.com/GIZA++.html).关于吉萨++有一个很好的教程吗?或者是否有一些具有完整文档的替代方案?

nlp machine-translation giza++

17
推荐指数
1
解决办法
1万
查看次数

mgiza编译错误

我想在我的Ubuntu机器上安装最新版本mgiza ++(0.7.1),但我得到以下错误.我通过运行此命令安装了Boost:sudo apt-get install libboost-all-dev

运行./configure后

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out …
Run Code Online (Sandbox Code Playgroud)

c++ boost compiler-errors giza++

1
推荐指数
1
解决办法
1358
查看次数