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
您好
我所處理的文章,通常在正式的內容中還會夾雜一些與文章主題本身相關性較小的 廢文 主要是用來吸引讀者,確保他們能夠看到最後
然而,這樣的文章 直接套您的工具的話,會導致一些無關緊要的字句排到很前面
因此想請教一下,是否能狗透過一些手段,提供 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
您好,我想问下您这个项目是实现了一个功能还是两个功能?我看到您有两个example,其中一个是找出关键词和生成文本摘要,另一个是分割词。目前我只想要拿个文本摘要的,可以脱离那个分隔词的代码而独立运行文本摘要那个吗?
Lotus-Blue
- Opened on Dec 4, 2019
- #28
my-xin
- Opened on Nov 5, 2019
- #27

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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.