emot:开源表情符号和表情符号检测库:emot

时间:2024-02-25 13:07:47
【文件属性】:

文件名称:emot:开源表情符号和表情符号检测库:emot

文件大小:47KB

文件格式:ZIP

更新时间:2024-02-25 13:07:47

python emoji detection extraction emoticons

emot库的描述 Emot是一个python库,用于从文本(字符串)中提取表情符号和表情符号。 所有表情符号均来自可靠的来源,即Wikipedia.org。 兼容性 它在任何Python 2.xx和3.xx中都可以正常工作。 加工 Emot库将字符串作为输入并返回字典的列表。 例 >>> import emot >>> text = "I love python :man: :-)" >>> emot.emoji(text) >>> [{'value': ':man:', 'mean': ':man:', 'location': [14, 14], 'flag': True}] >>> emot.emotic


【文件预览】:
emot-master
----setup.py(565B)
----PULL_REQUEST_TEMPLATE.md(389B)
----.gitignore(1KB)
----requirements.txt(0B)
----ISSUE_TEMPLATE.md(41B)
----index.rst(2KB)
----version_3.md(37B)
----__init__.py(12B)
----.travis.yml(17B)
----MANIFEST.in(94B)
----CONTRIBUTING.md(129B)
----CODE_OF_CONDUCT.md(3KB)
----LICENSE(34KB)
----setup.cfg(41B)
----emot()
--------__init__.py(1KB)
--------test.py(349B)
--------emo_unicode.py(156KB)
--------core.py(3KB)
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
----README.md(2KB)
----output.html(0B)
----test()
--------__init__.py(73B)
--------test.py(342B)

网友评论