当前位置: 首页 > news >正文

网站策划的最终体现是什么wordpress单本小说源码

网站策划的最终体现是什么,wordpress单本小说源码,天猫开店流程及费用2023,wordpress实现图片幻灯展示效果一、说明 文本摘要是为较长的文本文档生成简短、流畅且最重要的是准确摘要的过程。自动文本摘要背后的主要思想是能够从整个集合中找到最重要信息的一小部分#xff0c;并以人类可读的格式呈现。随着在线文本数据的增长#xff0c;自动文本摘要方法可能会非常有用#xff0c… 一、说明         文本摘要是为较长的文本文档生成简短、流畅且最重要的是准确摘要的过程。自动文本摘要背后的主要思想是能够从整个集合中找到最重要信息的一小部分并以人类可读的格式呈现。随着在线文本数据的增长自动文本摘要方法可能会非常有用因为可以在短时间内有用的信息。 二、为什么要自动文本摘要 摘要减少了阅读时间。研究文档时摘要使选择过程变得更加容易。自动摘要提高了索引的有效性。自动摘要算法比人工摘要的偏差更小。个性化摘要在问答系统中非常有用因为它们提供个性化信息。使用自动或半自动摘要系统使商业摘要服务能够增加其能够处理的文本文档的数量。 三、文本总结的依据  在下图至少出现了三个环节1文档归类  2文档目的归类 3主题信息抽取。 3.1 基于输入类型 Single Document 输入长度较短。许多早期的摘要系统处理单文档摘要。多文档输入可以任意长。 3.2 根据目的的归类 通用模型不对要总结的文本的领域或内容做出任何假设并将所有输入视为同类。已完成的大部分工作都是围绕通用摘要展开的。特定领域模型使用特定领域的知识来形成更准确的摘要。例如总结特定领域的研究论文、生物医学文献等。基于查询其中摘要仅包含回答有关输入文本的自然语言问题的信息。 3.3 根据输出类型 提取从输入文本中选择重要的句子以形成摘要。当今大多数总结方法本质上都是提取性的。抽象模型形成自己的短语和句子以提供更连贯的摘要就像人类会生成的一样。这种方法肯定更有吸引力但比提取摘要困难得多。 四、如何进行文本摘要 文字清理句子标记化单词标记化词频表总结 4.1 文字清理 # !pip instlla -U spacy # !python -m spacy download en_core_web_sm import spacy from spacy.lang.en.stop_words import STOP_WORDS from string import punctuation stopwords list(STOP_WORDS) nlp spacy.load(‘en_core_web_sm’) doc nlp(text) 4.2 单词标记化 tokens [token.text for token in doc] print(tokens) punctuation punctuation ‘\n’ punctuation word_frequencies {} for word in doc: if word.text.lower() not in stopwords: if word.text.lower() not in punctuation: if word.text not in word_frequencies.keys(): word_frequencies[word.text] 1 else: word_frequencies[word.text] 1 print(word_frequencies) 4.3 句子标记化 max_frequency max(word_frequencies.values()) max_frequency for word in word_frequencies.keys(): word_frequencies[word] word_frequencies[word]/max_frequency print(word_frequencies) sentence_tokens [sent for sent in doc.sents] print(sentence_tokens) 4.4 建立词频表 sentence_scores {} for sent in sentence_tokens: for word in sent: if word.text.lower() in word_frequencies.keys(): if sent not in sentence_scores.keys(): sentence_scores[sent] word_frequencies[word.text.lower()] else: sentence_scores[sent] word_frequencies[word.text.lower()] sentence_scores 4.5 主题信息总结 from heapq import nlargest select_length int(len(sentence_tokens)*0.3) select_length summary nlargest(select_length, sentence_scores, key sentence_scores.get) summary final_summary [word.text for word in summary] summary ‘ ‘.join(final_summary) 输入原始文档 text “”” Maria Sharapova has basically no friends as tennis players on the WTA Tour. The Russian player has no problems in openly speaking about it and in a recent interview she said: ‘I don’t really hide any feelings too much. I think everyone knows this is my job here. When I’m on the courts or when I’m on the court playing, I’m a competitor and I want to beat every single person whether they’re in the locker room or across the net. So I’m not the one to strike up a conversation about the weather and know that in the next few minutes I have to go and try to win a tennis match. I’m a pretty competitive girl. I say my hellos, but I’m not sending any players flowers as well. Uhm, I’m not really friendly or close to many players. I have not a lot of friends away from the courts.’ When she said she is not really close to a lot of players, is that something strategic that she is doing? Is it different on the men’s tour than the women’s tour? ‘No, not at all. I think just because you’re in the same sport doesn’t mean that you have to be friends with everyone just because you’re categorized, you’re a tennis player, so you’re going to get along with tennis players. I think every person has different interests. I have friends that have completely different jobs and interests, and I’ve met them in very different parts of my life. I think everyone just thinks because we’re tennis players we should be the greatest of friends. But ultimately tennis is just a very small part of what we do. There are so many other things that we’re interested in, that we do.’ “”” 4.6 输出最终摘要摘要 I think just because you’re in the same sport doesn’t mean that you have to be friends with everyone just because you’re categorized, you’re a tennis player, so you’re going to get along with tennis players. Maria Sharapova has basically no friends as tennis players on the WTA Tour. I have friends that have completely different jobs and interests, and I’ve met them in very different parts of my life. I think everyone just thinks because we’re tennis players So I’m not the one to strike up a conversation about the weather and know that in the next few minutes I have to go and try to win a tennis match. When she said she is not really close to a lot of players, is that something strategic that she is doing? 有关完整代码请查看我的存储库 五、结语 本文至少精简地告诉大家文章自动摘要需要哪些关键环节。 创建数据集可能是一项繁重的工作并且经常是学习数据科学中被忽视的部分实际工作要给以重视。不过这是另一篇博客文章。阿努普·辛格
http://www.hkea.cn/news/14358170/

相关文章:

  • 早教网站模板安徽建设工程信息网官
  • 先备案还是先做网站珠海建设工程监督站网站
  • 新郑网站开发WordPress小程序导航主题
  • 免费生成图片的网站手机网络不稳定怎么解决
  • 汕头网站建设网站建设基于django的电子商务网站设计
  • 做的网站有广告共享影院 wordpress
  • 建站公司合同模板ih5 wordpress
  • 个人网站设计要求营销公司取名字大全
  • 接口网站开发有app怎么做网站
  • 广州网站建设全包网址大全网站
  • 网站备案域名需要解析到备案服务器吗都哪些网站可以做gif
  • 苏州公司建设网站制作金华网络公司网站建设
  • 58做二手车网站应该怎么推广如何做网站广告图片
  • 恒星科技网站建设电商设计参考网站
  • 电子烟网站设计app展示网站模板
  • 网站建设600元全包wordpress 主题 破解版
  • 怎么做网站给国外看见山东高端网站定制
  • 网站兼容所有浏览器网站的建设课程
  • 品牌微信网站建设超简单网站
  • 建设糖果网站的好处有哪些手机网站建设的费用
  • 网站后台是什么丰都网站建设
  • 免费网站设计模板网站新版
  • 婺源做网站有吗做棋牌辅助网站
  • 怎么推广自己做的网站网站开发现状都用php
  • ps做汽车网站下载地址wordpress分配管理员
  • 汕头网站开发网站备案拍照 广州
  • 国外网站翻墙怎么做买域名哪个网站好
  • 网上书城网站开发意义电子商务网站建设软件选择
  • 栖霞酒店网站设计价格广州网站建设在线
  • 河南省建设网站政务公开网站项目建设书