2ku bot message parser 源码
机器人消息解析器 聊天机器人从用户输入中提取有用数据的简单工具。 手术 创建一个新的BotMessageParser对象。 const BotMessageParser = require ( "bot-message-parser" ) const parser = new BotMessageParser ( { debug : false , useCompromise : false , commandPrefix : "/" , namesList : [ "ryan forever" , "alice springs" ] } ) ; parser . process ( text ) . then ( console . log ) .process()是一个异步函数,将产生以下输出: .raw
文件列表
2ku-bot-message-parser-main.zip
(预估有个15文件)
2ku-bot-message-parser-main
index.js
53B
model.json
86KB
test.js
1KB
package.json
627B
archive
index.js
3KB
package-lock.json
44KB
src
replaceWords.js
509B
暂无评论