自然语言解析引擎 Snips NLU

码农软件 · 软件分类 · 自然语言处理 · 2019-10-11 17:58:06

软件介绍

Snips NLU 是 Snips 嵌入式语音平台背后的开源库,它是一个用于自然语言理解的 Python 库,可解析用自然语言书写的句子,同时提取结构化信息。开发者可以用它创造出专有的语音助手。

示例:

比如这样一句话:

"What will be the weather inparisat 9pm?"

经过适当的训练,Snip NLU 引擎将能够提取结构化数据,例如:

{
   "intent": {
      "intentName": "searchWeatherForecast",
      "probability": 0.95
   },
   "slots": [
      {
         "value": "paris",
         "entity": "locality",
         "slotName": "forecastLocality"
      },
      {
         "value": {
            "kind": "InstantTime",
            "value": "2018-02-08 20:00:00 +00:00"
         },
         "entity": "snips/datetime",
         "slotName": "forecastStartDatetime"
      }
   ]
}

处理流程

本文地址:https://codercto.com/soft/d/16540.html

Coding the Matrix

Coding the Matrix

Philip N. Klein / Newtonian Press / 2013-7-26 / $35.00

An engaging introduction to vectors and matrices and the algorithms that operate on them, intended for the student who knows how to program. Mathematical concepts and computational problems are motiva......一起来看看 《Coding the Matrix》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

html转js在线工具
html转js在线工具

html转js在线工具