V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
lixuda
V2EX  ›  Python

Python 有没有 英文文章 提取关键词 库?

  •  
  •   lixuda · 2020-04-07 14:00:05 +08:00 · 3112 次点击
    这是一个创建于 1452 天前的主题,其中的信息可能已经有所发展或是发生改变。

    网上搜索出来大部分都是中文 提取 关键词,有没有英文的?先谢谢大家了

    5 条回复    2020-04-10 18:26:17 +08:00
    TimePPT
        1
    TimePPT  
       2020-04-07 14:02:28 +08:00 via Android
    算法不是一样的么,英文还不用分词。
    kaoshuiwan
        2
    kaoshuiwan  
       2020-04-07 14:16:28 +08:00
    中英文应该都可以用 textrank 算法吧,也许 spacy 或者 corenlp 等库有写好的封装,textrank 我记得 github 也有库
    ml1344677
        3
    ml1344677  
       2020-04-07 15:02:44 +08:00
    关键词算法 简单的就是 TF-IDF 或者 TextRank 这两个和语言都没有关系
    lsvih
        4
    lsvih  
       2020-04-07 16:26:04 +08:00
    neosfung
        5
    neosfung  
       2020-04-10 18:26:17 +08:00
    不推荐 textrank,超级慢
    像楼主没有基本概念的,tfidf 来一波可能就解决问题了
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   4945 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 32ms · UTC 09:40 · PVG 17:40 · LAX 02:40 · JFK 05:40
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.