tldr:使用LexRank的golang文本摘要程序 源码
tldr 当您懒得阅读全文时 什么? tldr是一个golang软件包,可使用算法自动总结文本。 怎么样? 词汇排名,称量和排名有两个主要步骤。 tldr包括两个加权和两个排名算法,分别是Jaccard系数和汉明距离,然后分别是PageRank和中心度。 默认设置使用汉明距离和页面等级。 这样快吗? 自己测试一下,我的系统是具有单通道4GB RAM,使用带有内核4.5.0的Ubuntu 15.10 $ go test -bench . -benchmem -benchtime 5s -cpu 4 BenchmarkSummarizeCentralityHamming-4 200
文件列表
tldr-master.zip
(预估有个19文件)
tldr-master
sort.go
679B
go.mod
174B
.gitattributes
378B
go.sum
2KB
tldr_test.go
5KB
tldr.go
9KB
result.txt
765B
util.go
4KB
sentences_test.go
554B
暂无评论