This commit is contained in:
Richard Chien 2018-08-19 21:46:45 +08:00
parent a7c8df24e2
commit 749ad4d67f

View File

@ -39,5 +39,5 @@ async def _(session: NLPSession):
# ns 词性表示地名
city = word.word
# 返回处理结果,3 个参数分别为置信度、命令名、命令会话的参数
# 返回处理结果,个参数分别为置信度、命令名、命令会话的参数
return NLPResult(90.0, 'weather', {'city': city})