Open ghost opened 6 years ago
看TextSummary代码就知道是根据句子权重排行抽取出来的了
tfidf
抽取式,生成式需要训练,这个是无监督学习
------------------ Original ------------------ From: "李震震"notifications@github.com; Date: 2019年7月11日(星期四) 下午2:57 To: "zkwi/textSummary"textSummary@noreply.github.com; Cc: "谢增光 FesonX"fesonx@foxmail.com; "Comment"comment@noreply.github.com; Subject: Re: [zkwi/textSummary] 抽取式还是生成式? (#9)
tfidf
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
在运行app.py文件时,app.run(host='0.0.0.0', port=port,debug=True)提示错误io.UnsupportedOperation: fileno,这个要怎么解决呀?
您好,我使用了您的textsummary。textsum应该是生成式提取摘要啊?怎么返回结果是抽取式的?