有人知道 yarowsky 算法的实现吗?

发布于 2024-11-19 10:21:54 字数 524 浏览 2 评论 0原文

我想使用 yarowsky 算法在大文本中查找搭配。 我在以下链接中阅读了有关此算法的信息:

wikipedia 和 Yarowsky

谷歌图书和 yarowsky 我想知道是否有 yarowsky 算法的实现? 请帮我找到这个算法的一些代码。 谢谢

I want to find collocation in huge text using yarowsky's algorithm.
I have read about this algorithm in these links:

wikipedia and Yarowsky

google book and yarowsky
I wanted to know if there is an implementation of the yarowsky's algorithm`?
please help me find some code for this algorithm.
thanks

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

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

发布评论

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

评论(1

甜柠檬 2024-11-26 10:21:56

一位名叫 Max Whitney 的硕士生似乎拥有实现 Yarowsky 算法更新版本的代码:

从一小组种子规则引导分类器可以被视为通过示例之间共享的特征在示例之间传播标签。本文基于这一观点介绍了 Yarowsky 算法的一种新颖变体。它是一种引导学习方法,使用具有明确定义的目标函数的图传播算法。实验结果表明,我们提出的引导算法在几个不同的自然语言数据集上实现了最先进的性能或更好。

描述来自:http://www2.cs.sfu.ca/ 〜mwhitney/个人/#yarowsky-propagation-acl2012
代码位于:https://github.com/sfu-natlang/yarowsky

It appears a Master's student named Max Whitney has code which implements an updated version of Yarowsky's algorithm:

Bootstrapping a classifier from a small set of seed rules can be viewed as the propagation of labels between examples via features shared between them. This paper introduces a novel variant of the Yarowsky algorithm based on this view. It is a bootstrapping learning method which uses a graph propagation algorithm with a well defined objective function. The experimental results show that our proposed bootstrapping algorithm achieves state of the art performance or better on several different natural language data sets.

Description from: http://www2.cs.sfu.ca/~mwhitney/personal/#yarowsky-propagation-acl2012
Code available at: https://github.com/sfu-natlang/yarowsky

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