用于正确解析或验证twitter文本的库

twitter-text-parser的Python项目详细描述


twitter文本python

Documentation Statushttps://travis-ci.com/swen128/twitter-text-python.svg?branch=master

这是twitter/twitter-text库的python端口,完全符合official conformance test suite

功能

这个库根据the documentation from Twitter Developers计算tweet消息的长度, 这样您就可以验证tweet,而无需调用web api。 尽管计算字符看起来很简单,但实际上它非常复杂,尤其是当文本包含cjk字符、url或emojis时。

最初的twitter文本库也有hit hight highlightingauto linking功能, 但是这个python端口还不支持它们。

用法

安装

$ pip install twitter-text-parser

示例

有关详细信息,请参见the API reference

fromtwitter_textimportparse_tweet,extract_emojis_with_indices,extract_urls_with_indicestext='english text 日本語 ? https://example.com'assertparse_tweet(text).asdict()=={'weightedLength':46,'valid':True,'permillage':164,'validRangeStart':0,'validRangeEnd':38,'displayRangeStart':0,'displayRangeEnd':38}assertextract_urls_with_indices(text)==[{'url':'https://example.com','indices':[19,38]}]assertextract_emojis_with_indices(text)==[{'emoji':'?','indices':[17,18]}]

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
图像处理Java 8 ImageIO在Linux中无法正确读取JPEG   spring如何用Java 1.4兼容版本替换@Resource注释   java Http请求参数类型传播   在web浏览器中看不到Java Maven Tomcatplugin web应用程序   jvm在Java中使用直接内存的目的是什么?   如何从列表转换为字符串java   java setAdapter gridview发送上下文   SwingJava。方法上的lang.NullPointerException   java什么是shell脚本、makefile和ant文件   当使用getGraphics()方法时,java JPanel图形会闪烁   java如何将迭代转换为递归?   java为什么我的抽屉菜单在同一个XML上有ConstraintLayout时没有响应?   java如何在图像上画一个圆?   Android studio:Rabbitmq:Error:java。lang.ClassNotFoundException:类io。千分尺。果心仪器找不到仪表注册表