summa生成的图形的可视化。

summa-visualization的Python项目详细描述


本模块旨在提供summa为 产生结果。

用法:

>>> text = """Automatic summarization is the process of reducing a text document with a
computer program in order to create a summary that retains the most important points
of the original document. As the problem of information overload has grown, and as
the quantity of data has increased, so has interest in automatic summarization.
Technologies that can make a coherent summary take into account variables such as
length, writing style and syntax. An example of the use of summarization technology
is search engines such as Google. Document summarization is another."""
>>> from visualization.export import gexf_export
>>> gexf_export(text, path="graph.gexf")

它使用摘要模块的0.1.0版本,并在Python2.7中工作。


Summa是在The MIT License (MIT)下发布的开源软件。 版权所有(C)2014-现在Summa NLP

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

推荐PyPI第三方库


热门话题
java SLF4J:未能在Eclipse上加载类   java JMSBytesMessage to string和string to JMSBytesMessage类型转换   java在字符串hashmap中插入arraylist对象   无需RMI即可将POJO远程服务扩展到内部Java客户端   java正在寻找一个提示(不是答案),当我已经有长度时,如何返回最长的非连续子字符串   PC SAS和服务器SAS之间的java差异   java使用正则表达式将特殊字符的长度设置为0或2   java获取ContainerRequestFilter作用域内的远程地址   java处理:从Matrix4获取偏航、俯仰和侧倾角度   java如何在struts2中使用dispatcher结果类型设置状态代码   java JVM会优化别名变量吗?   多线程在Java中正确使用ForkJoinPool submit和join   java UpdateComponentTreeUI更改JTextField中的光标位置   java为什么编译器没有引发错误?   Java多线程优先级   java如何从文件中读取和重写单例对象?