We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
描述你想要的功能 ht.clean_text内emoji或weibo_topic的功能,目前是去除[]包括的表情包(限定字符串长度)以及去除两个#之间包裹的内容 是否可以提供一个新的接口,可以去除给定首尾字符串如'【'和'】'之间的字符串(包括首尾字符串) 即,新参数如: specefic_cont: list ["【", "】", 20] 首、尾、上限长度 或者上限长度设为缺省,允许2个输入,即 specefic_con_start_end: list, specefic_con_len: int
ht.clean_text
emoji
weibo_topic
'【'
'】'
specefic_cont: list
["【", "】", 20]
specefic_con_start_end: list, specefic_con_len: int
如: specefic_con_start_end = ["【", "】“] 和 specefic_con_len = 20
specefic_con_start_end = ["【", "】“]
specefic_con_len = 20
去除包括"【"和"】“在内,长度为20的字符串(话说我还不知道你源码限定的那个字符串长度,是包括两边的括号?还是没包括??)
是否有自己想过的可能解决方案? 有啊,魔改你的类库,哈哈!最近做实验赶时间还没来得及看你源码 我都打算拿你那个emoji直接改了
其他想说的 welldone,即便佬你不改我之后也会改一版...(泪目 怎么会有人在网上发帖,用这么多奇奇怪怪的括号啊..方括号大括号小括号,奇奇怪怪的括号啊救命
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述你想要的功能
ht.clean_text
内emoji
或weibo_topic
的功能,目前是去除[]包括的表情包(限定字符串长度)以及去除两个#之间包裹的内容是否可以提供一个新的接口,可以去除给定首尾字符串如
'【'
和'】'
之间的字符串(包括首尾字符串)即,新参数如:
specefic_cont: list
["【", "】", 20]
首、尾、上限长度
或者上限长度设为缺省,允许2个输入,即
specefic_con_start_end: list, specefic_con_len: int
如:
specefic_con_start_end = ["【", "】“]
和
specefic_con_len = 20
去除包括"【"和"】“在内,长度为20的字符串(话说我还不知道你源码限定的那个字符串长度,是包括两边的括号?还是没包括??)
是否有自己想过的可能解决方案?
有啊,魔改你的类库,哈哈!最近做实验赶时间还没来得及看你源码
我都打算拿你那个emoji直接改了
其他想说的
welldone,即便佬你不改我之后也会改一版...(泪目
怎么会有人在网上发帖,用这么多奇奇怪怪的括号啊..方括号大括号小括号,奇奇怪怪的括号啊救命
The text was updated successfully, but these errors were encountered: