推荐学习书目
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
agentwx
V2EX  ›  Python

如何判断一段文本里包含一个句子所描述的含义

  •  
  •   agentwx · Apr 22, 2017 · 3078 views
    This topic created in 3319 days ago, the information mentioned may be changed or developed.

    比如现在获取到一篇文章,如何判断这篇文章里有没有“伪劣产品” 或 “有人落水”等等这类字眼或这类意思的。 伪劣商品 、假冒商品等和伪劣产品是一个意思。 如果出现的话,也可以被发现。 这类不是精确匹配的,需要通过什么方式来得到。 感谢~~~~

    4 replies    2017-04-24 15:47:58 +08:00
    noobsheldon
        1
    noobsheldon  
       Apr 22, 2017   ❤️ 1
    你需要自然语言处理服务
    em70
        2
    em70  
       Apr 22, 2017 via Android
    word2vec
    murmur
        3
    murmur  
       Apr 22, 2017
    至少得把依存句法分析做了吧

    不过以网络中文的水平,有一万种方法让你的 NLP 识别不出来
    Morriaty
        4
    Morriaty  
       Apr 24, 2017
    word2vec 发现同义词(准确的说是同位词),然后 AC 自动机
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3407 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 40ms · UTC 12:25 · PVG 20:25 · LAX 05:25 · JFK 08:25
    ♥ Do have faith in what you're doing.