如何在Python-NLTK中使用Gale-Church算法?
gale-church 算法可在 python-NLTK 中使用,但任何人都可以向我展示如何在 python 脚本中调用该函数的示例吗?我不知道该怎么做。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在放弃使用 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)