After I added the following synonyms in regexp.json, regexp engine has failed to start.
How is the rule of adding synonyms in regexp.json?
{
"intents" : [
{
"name" : ["greetings"],
"grammar" : [
"morning"
]
}
],
"entities" : {
},
"synonyms" : [
"good-bye","hello"
]
}