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
用户评论