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
jesuisluc
V2EX  ›  Python

关于语义理解

  •  
  •   jesuisluc · 2016-01-19 13:14:54 +08:00 · 1780 次点击
    这是一个创建于 3027 天前的主题,其中的信息可能已经有所发展或是发生改变。

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

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2248 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 130ms · UTC 15:33 · PVG 23:33 · LAX 08:33 · JFK 11:33
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.