Share the NLP system
export default {
nlp: {
regexp: {
hey(str) {
return /hello/i.test(str)
}
}
}
}export default {
nlp: {
regexp: {
hey(str) {
return /hello/i.test(str)
}
}
},
shareNlp: true
}Last updated