使用 Python 的文本分析器功能
哪个基于 Python 的库提供了类似于 http://textalyser.net/ 的文本分析功能
Which Python based library is out that gives the text-analysis functionality similar to the http://textalyser.net/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
取决于您想要哪种统计数据,但这似乎是一个好的开始,并且包括像 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.