文件名称:pyMABED:MABED(基于心理异常的事件检测)的Python实现
文件大小:1.56MB
文件格式:ZIP
更新时间:2024-02-27 04:58:02
twitter event-detection TwitterPython
pyMABED 关于 pyMABED是一个Python 3实施 ,在MIT许可的条款分发。 如果您在研究中使用此软件,请引用以下之一。 贡献者 阿德里安·奎尔 尼古拉斯·杜格(NicolasDugué) 要求 pyMABED需要scipy,numpy和networkx; 这些科学库预先安装了发行版。 您也可以通过手动安装它们: pip install scipy pip install numpy pip install networkx 用法 提供一组推文后,pyMABED可以(i)执行事件检测,并且(ii)生成检测到的事件的可视化图像。 检测事件 detect_events.py具有两个
【文件预览】:
pyMABED-master
----mabed()
--------corpus.py(7KB)
--------utils.py(564B)
--------mabed.py(9KB)
--------__init__.py(0B)
--------stats.py(1016B)
----detect_events.py(3KB)
----mabed.pdf(1.07MB)
----LICENCE.txt(1KB)
----stopwords()
--------twitter_en.txt(3KB)
--------twitter_fr.txt(5KB)
----browser()
--------templates()
--------static()
----build_event_browser.py(3KB)
----README.md(4KB)
----.gitignore(61B)