99热99这里只有精品6国产,亚洲中文字幕在线天天更新,在线观看亚洲精品国产福利片 ,久久久久综合网

歡迎加入QQ討論群258996829

Swift 關(guān)鍵字和摘要提取工具 Reductio

發(fā)布時(shí)間:2017-05-07 17:23  回復(fù):0  查看:4527  感興趣:23  贊:0   最后回復(fù):2017-05-07 17:23  

Reductio 是一個(gè)基于TextRank算法提取文章中的關(guān)鍵字和摘要的工具,用Swift編寫。

示例代碼:

提取關(guān)鍵字

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


相關(guān)開源代碼

您還未登錄,請(qǐng)先登錄

熱門帖子

最新帖子

?