1. 首页
  2. 移动开发
  3. 其他
  4. python_text_summarizer:Python自动文本摘要程序 源码

python_text_summarizer:Python自动文本摘要程序 源码

上传者: 2021-04-04 17:51:48上传 ZIP文件 14.16KB 热度 20次
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
用户评论