哪些 Python 贝叶斯文本分类模块与 dbacl 类似?

发布于 2024-07-16 09:25:09 字数 324 浏览 12 评论 0原文

Google 快速搜索显示,有大量贝叶斯分类器以 Python 模块的形式实现。 如果我想要类似于 dbacl 的封装高级功能,那么哪个模块适合我?

培训

% dbacl -l one sample1.txt
% dbacl -l two sample2.txt

分类

% dbacl -c one -c two sample3.txt -v
one

A quick Google search reveals that there are a good number of Bayesian classifiers implemented as Python modules. If I want wrapped, high-level functionality similar to dbacl, which of those modules is right for me?

Training

% dbacl -l one sample1.txt
% dbacl -l two sample2.txt

Classification

% dbacl -c one -c two sample3.txt -v
one

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

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

发布评论

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

评论(3

姜生凉生 2024-07-23 09:25:10

我想您会发现 nltk 有帮助。 具体来说,就是分类模块

I think you'll find the nltk helpful. Specifically, the classify module.

凉月流沐 2024-07-23 09:25:10

如果您尝试检测语言
这个即使文本很短也能正常工作。

api 与你的非常接近,但是
我不知道它是否称为贝叶斯分类器。

If you're trying to detect language
this works fine even with pretty short texts.

The api is pretty close to yours but
I don't know if it is called a Bayesian classifier.

丶视觉 2024-07-23 09:25:10

尝试 MalletLingPipe。 他们为分类器提供了更多模型。

Try Mallet and LingPipe. they provide more models for the classifier.

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