使用 Python 的文本分析器功能

发布于 2024-11-15 01:22:06 字数 110 浏览 3 评论 0原文

哪个基于 Python 的库提供了类似于 http://textalyser.net/ 的文本分析功能

Which Python based library is out that gives the text-analysis functionality similar to the http://textalyser.net/

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

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

发布评论

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

评论(1

糖果控 2024-11-22 01:22:06

取决于您想要哪种统计数据,但这似乎是一个好的开始,并且包括像 textalyser 那样的“可读性”统计数据:
http://www.koders.com/python/fidA751A0C03B16B06781096ED2C89E2B7621FE4BCB.aspx?s=cdef%3Acrawler

它使用另一个名为 textanalyzer 的模块,它将直接执行在 textalyser 上看到的一些其他操作。

Depends which statistics you want, but this seems like a good start, and includes "readability" statistics like textalyser does:
http://www.koders.com/python/fidA751A0C03B16B06781096ED2C89E2B7621FE4BCB.aspx?s=cdef%3Acrawler

It uses another module called textanalyzer which will do some of the other things seen on textalyser directly.

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