snipsco/snips-nlu

Is it possible to fit multiple json files at once?

padmalcom opened this issue · 1 comments

Question
Hi, I have multiple json files and I'd like to call fit on multiple files at once. Is that possible somehow?
Thanks for your help.

Hi @padmalcom,
That's not possible, the training API of SnipsNLUEngine uses a single dict so you'll have to merge the datasets before you can train the engine.