Rasa nlu markdown format

as we can mention entity extractor for particular entity in JSON format , how can we achieve this in markdown format ???

for example

“intent”: “product_details”, “entities”: [ { “start”: 0, “end”: 12, “value”: “365892147541”, “entity”: “transaction”, "extractor" : "RegexEntityExtractor" }

@akelad @JulianGerhard @Juste @Ghostvv @GauravGaikwad94 @juste_petr

What do you mean? extractor is added during prediction

no… I mean mentioning extractor in training data in JSON format. how can we achieve same for markdown format.

but mentioning extractor in training data doesn’t change anything. This field isn’t used during training