Skip to content

issues Search Results · repo:letiantian/TextRank4ZH language:Python

Filter by

34 results
 (99 ms)

34 results

inletiantian/TextRank4ZH (press backspace or delete to remove)

我用的networkx-3.1 如果出现错误:AttributeError: module networkx has no attribute from_numpy_matrix ,可以按如下方法解决问题: 将utils中的nx_graph = nx.from_numpy_matrix(graph),改为nx_graph = nx.from_numpy_array(graph)
  • ZaiYu411
  • 2
  • Opened 
    on Apr 9, 2023
  • #38

個人理解,目前的作法為 BoW 還是我只要把 get_similarity 改寫即可?
  • frankShih
  • Opened 
    on Aug 18, 2022
  • #36

您好 我所處理的文章,通常在正式的內容中還會夾雜一些與文章主題本身相關性較小的 廢文 主要是用來吸引讀者,確保他們能夠看到最後 然而,這樣的文章 直接套您的工具的話,會導致一些無關緊要的字句排到很前面 因此想請教一下,是否能狗透過一些手段,提供 model 一點 guide 達到類似於 semi-supervised 的效果?
  • frankShih
  • Opened 
    on Aug 15, 2022
  • #35

这是我的repo中引用了您的项目的部分:https://github.com/PolarisRisingWar/text_summarization_chinese/tree/master/models/textrank 我的项目是希望集合一些经典文本摘要模型在中文文本数据上的解决方案,所以引用了您的工作。如果有引用有误或侵犯版权的情况请指出。
  • PolarisRisingWar
  • Opened 
    on Mar 2, 2022
  • #34

textrank4zh每次抽取的关键短语不一样
  • Amy2017new
  • Opened 
    on Sep 14, 2020
  • #31

如何将自己的文本作为训练文本输入?
  • Yolky-1996
  • 1
  • Opened 
    on Sep 2, 2020
  • #30

文章里有几个词不经常出现,但只要出现一次往往就是关键词,请问有没有办法提高这些词的权重?
  • suckjiba
  • Opened 
    on Jul 11, 2020
  • #29

您好,我想问下您这个项目是实现了一个功能还是两个功能?我看到您有两个example,其中一个是找出关键词和生成文本摘要,另一个是分割词。目前我只想要拿个文本摘要的,可以脱离那个分隔词的代码而独立运行文本摘要那个吗?
  • Lotus-Blue
  • Opened 
    on Dec 4, 2019
  • #28

jieba分词,怎样能加入自己的分词的词库
  • gegeding1018
  • 2
  • Opened 
    on Oct 31, 2019
  • #26
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub