mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-28 08:12:14 +08:00
Update nl-processor.md
This commit is contained in:
parent
ef10a52f30
commit
fba3c93879
@ -203,6 +203,7 @@ async def _(session: NLPSession):
|
||||
if word.flag == 'ns':
|
||||
# ns 词性表示地名
|
||||
city = word.word
|
||||
break
|
||||
|
||||
# 返回意图命令,前两个参数必填,分别表示置信度和意图命令名
|
||||
return IntentCommand(90.0, 'weather', current_arg=city or '')
|
||||
|
Loading…
Reference in New Issue
Block a user