如何在Python-NLTK中使用Gale-Church算法?

发布于 2024-10-30 03:25:09 字数 355 浏览 0 评论 0原文

gale-church 算法可在 python-NLTK 中使用,但任何人都可以向我展示如何在 python 脚本中调用该函数的示例吗?我不知道该怎么做。

http ://code.google.com/p/nltk/source/browse/trunk/nltk_contrib/nltk_contrib/align/align.py?r=8552&spec=svn8552

The gale-church algorithm is available in the python-NLTK but can anyone show me an example of how to call the function within a python script? i'm clueless about how to do that.

http://code.google.com/p/nltk/source/browse/trunk/nltk_contrib/nltk_contrib/align/align.py?r=8552&spec=svn8552

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

上课铃就是安魂曲 2024-11-06 03:25:09

在放弃使用 NLTK 贡献中的 Gale-Church 对齐器之后,我编写了自己的 =)
http://code.google.com/p/gachalign/(2013 年 2 月)

请使用Gale-Church 对齐器的更新版本: https:/ /github.com/alvations/NTU-MC/blob/master/ntumc/toolkit/gale_church.py​​(2014 年 9 月)

After giving up on using the Gale-Church aligner in NLTK contribution, i wrote my own =)
http://code.google.com/p/gachalign/ (Feb 2013)

Please use this updated version of the Gale-Church aligner: https://github.com/alvations/NTU-MC/blob/master/ntumc/toolkit/gale_church.py (Sept 2014)

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