推广 热搜: 广告  优化  百度  服务  排名  设备  账号  生活服务  项目   

自然语言识别python_一个快速从自然语言文本中提取和识别关键短语的工具

   日期:2024-12-28     作者:zga50    caijiyuan  
核心提示:chinese_keyphrase_extractor (CKPE) 一个从 中文自然语言文本 中抽取 关键短语 的工具,只消耗 35M 内存 A tool for automatic

chinese_keyphrase_extractor (CKPE)

一个从 中文自然语言文本 中抽取 关键短语 的工具,只消耗 35M 内存

A tool for automatic keyphrase extraction from Chinese text.

本项目即将迁移至 jionlp 工具包,性能更好,速度更快哦~~~

应用场景 Application scenario

1.抽取关键短语

在很多关键词提取任务中,使用tfidf、textrank等方法提取得到的仅仅是若干零碎词汇。

这样的零碎词汇无法真正的表达文章的原本含义,我们并不想要它。

In many keyword extraction tasks, only a few fragmentary words are extracted when using tfidf, textrank and other methods.

Such fragmentary words cannot really express the original meaning of the article. We do not want it.

例如:

For example:

>>> text = '朝鲜确认金正恩出访俄罗斯 将与普京举行会谈...'

>>> keywords = ['俄罗斯', '朝鲜', '普京', '金正恩', '俄方']

我们往往需要更细化的短语描述,来作为文本的关键信息展示。这样的需求在生成词云、提供摘要阅读、关键信息检索等任务中都非常重要。

We often need more detailed phrase descriptions to display the key information of the text. Such requirements, namely keyphrases extraction, are very important in generating word cloud, providing abstract reading, key information retrieval and other tasks.

例如: For example:

>>> phrases = ['俄罗斯克里姆林宫', '邀请金正恩访俄', '最高司令官金正恩',

'朝方转交普京', '举行会谈']

2.扩展相关短语词汇

本文地址:http://fswenzheng.xhstdz.com/xwnews/820.html    物流园资讯网 http://fswenzheng.xhstdz.com/ , 查看更多

特别提示:本信息由相关用户自行提供,真实性未证实,仅供参考。请谨慎采用,风险自负。

 
 
更多>同类生活信息

文章列表
相关文章
最新动态
推荐图文
生活信息
点击排行
网站首页  |  关于我们  |  联系方式  |  使用协议  |  版权隐私  |  网站地图  |  排名推广  |  广告服务  |  积分换礼  |  网站留言  |  RSS订阅  |  违规举报  |  鄂ICP备2020018471号