zkwi / textSummary

文本智能摘要提取
132 stars 55 forks source link

抽取式还是生成式? #9

Open ghost opened 6 years ago

ghost commented 6 years ago

您好,我使用了您的textsummary。textsum应该是生成式提取摘要啊?怎么返回结果是抽取式的?

_20180320105425

FesonX commented 5 years ago

看TextSummary代码就知道是根据句子权重排行抽取出来的了

lizhzh8 commented 5 years ago

tfidf

FesonX commented 5 years ago

抽取式,生成式需要训练,这个是无监督学习

------------------ 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.

YLP1020 commented 4 years ago

在运行app.py文件时,app.run(host='0.0.0.0', port=port,debug=True)提示错误io.UnsupportedOperation: fileno,这个要怎么解决呀?