Can I seperate my trainning data in different file

I have installed rasa_nlu successfully.Now I want to use it in my project. But when preparing my training data,I realize that there are so much common_examples in my project so that the json file will be very large.So any suggestion or idea in this case?

if you are talking about nlu.md file, you can create as many .md files within data folders, I use it to separate different domain of speech. for an example, I have general_chat.md , function_chat.md, faq_chat.md

rasa will run all md files during training.

Thank you for your reply ,I will have try:grinning: