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

关于语义理解

  •  
  •   jesuisluc · Jan 19, 2016 · 2548 views
    This topic created in 3775 days ago, the information mentioned may be changed or developed.

    请问怎么可以实现类似于科大讯飞语义理解的 json 解析啊?
    例如“打电话给张三”
    parse
    {
    "semantic": {
    "slots": {
    "name": "张三"
    }
    },
    "rc": 0,
    "operation": "CALL",
    "service": "telephone",
    "text": "打电话给张三"
    }
    我在 V2EX 搜索到如下链接 https://www.v2ex.com/t/224750#reply16 有童鞋之前尝试过
    我自己尝试下了本地化 结果对词典依赖性太强。 另外不通过第三方服务的这种解析应该怎么实现呢? 请问这个信息抽取应该怎么实现呢? 最好使用 python 语言
    谢谢

    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3295 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 36ms · UTC 11:21 · PVG 19:21 · LAX 04:21 · JFK 07:21
    ♥ Do have faith in what you're doing.