- 授权协议: Apache 2.0
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/snipsco/snips-nlu
- 软件文档: https://snips-nlu.readthedocs.io/en/latest/
- 官方下载: https://github.com/snipsco/snips-nlu
软件介绍
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"
}
]
}处理流程
Trading and Exchanges
Larry Harris / Oxford University Press, USA / 2002-10-24 / USD 95.00
This book is about trading, the people who trade securities and contracts, the marketplaces where they trade, and the rules that govern it. Readers will learn about investors, brokers, dealers, arbit......一起来看看 《Trading and Exchanges》 这本书的介绍吧!
