-
Python_text_summarizer是一款自动化的Python文本摘要工具
资源介绍
Python文字摘要器
Python自动文本汇总器
安装
下载档案
git clone https://github.com/vschmidt/python_text_summarizer.git
安装依赖
cd python_text_summarizer
pip install -r env.txt
编辑参数
编辑输入,输出和句子数:
sents_qtd = 4 #Quantity of sents in summary
path = 'inputs/manifesto.txt' #Input path
new_path = 'outputs/word_freq.txt' #Output path
跑
python summarizer.py
- 上一篇: python文本分析与处理
- 下一篇: python文本情感分析源代码