Hey guys, i’m experiencing some weird behavior from the ner_crf component. It recognizes some of my entities as a “hypen entity” (“entity”: “-”). Has anybody else had this issue?
"entities": [
{
"confidence": 0.6524294862065713,
"end": 6,
"entity": "-",
"extractor": "ner_crf",
"start": 0,
"value": "burger"
}
]
There is no training examples with an “-” entity.
Rasa NLU version 0.13.0