Can I train only ner_crf without intent classification? It will be decrease accuracy on entity extraction? I tried not using rasa for entity extraction using sklearn_crfsuite alone but it so hard convert from json rasa format dataset into BILOU formatting to feed into CRF sklearn_crfsuite. Can you give advice how to convert rasa dataset into CRF dataset format?
Any help appreciated
Thank you