文件名称:sclust:简单句子聚类器
文件大小:24KB
文件格式:ZIP
更新时间:2024-06-06 03:41:18
Python
cl 简单句子聚类器 一种以流方式将文本行聚类的工具。 例如,如果您有一个这样的文件,每行只有一个句子: $ cat /tmp/foo Hi there, how are you? hi where how you are i like to sing I am going to sing hi where how you are hi there how... do you sing??? 您可以将其通过管道传输到sclust以获得集群分配: $ cat /tmp/foo | sclust 0 Hi there, how are you? - 1 hi where how you are - 2 i like to sing - 2 I am going to sing 0.298455 1 hi where how you are 0.336248 0 hi there h
【文件预览】:
sclust-master
----MANIFEST.in(244B)
----.travis.yml(748B)
----README.rst(875B)
----docs()
--------history.rst(28B)
--------conf.py(8KB)
--------usage.rst(67B)
--------make.bat(6KB)
--------installation.rst(210B)
--------authors.rst(28B)
--------readme.rst(27B)
--------Makefile(7KB)
--------index.rst(499B)
--------contributing.rst(33B)
----AUTHORS.rst(154B)
----requirements_dev.txt(134B)
----travis_pypi_setup.py(4KB)
----CONTRIBUTING.rst(3KB)
----tests()
--------__init__.py(24B)
--------test_sclust.py(408B)
----tox.ini(344B)
----sclust()
--------sclust_summarize.py(2KB)
--------sclust.py(5KB)
--------__init__.py(106B)
----LICENSE(752B)
----HISTORY.rst(89B)
----setup.cfg(208B)
----requirements.txt(18B)
----setup.py(2KB)
----.gitignore(742B)
----Makefile(2KB)
----README.md(4KB)
----.editorconfig(292B)