Open ORESoftware opened 6 years ago
{ "searchRoots": [], // relative to location of .nlu.json file "umbrella":true, "list": [], "exclude":[] }
if you then run:
nlu run
it will pick up the above file, if it's in the cwd, o/w, if you do this:
nlu run --config "../../.nlu.json"
it will pick up the file
if you then run:
nlu run
it will pick up the above file, if it's in the cwd, o/w, if you do this:
nlu run --config "../../.nlu.json"
it will pick up the file