欢迎加入QQ讨论群258996829

Swift 关键字和摘要提取工具 Reductio

发布时间:2017-05-07 17:23  回复:0  查看:4329  感兴趣:23  赞:0   最后回复:2017-05-07 17:23  

Reductio 是一个基于TextRank算法提取文章中的关键字和摘要的工具,用Swift编写。

示例代码:

提取关键字

Reductio.keywords(text, count: 5) { words in
    print(words)
}
提取摘要
Reductio.summarize(text, compression: 0.80) { phrases in
    print(phrases)
}


相关开源代码

您还未登录,请先登录

热门帖子

最新帖子