snipsco / snips-nlu

Snips Python library to extract meaning from text
https://snips-nlu.readthedocs.io
Apache License 2.0
3.89k stars 513 forks source link

Is it possible to fit multiple json files at once? #890

Closed padmalcom closed 3 years ago

padmalcom commented 3 years ago

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.

adrienball commented 3 years ago

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.