yahuvi

Results 3 issues of yahuvi

**I use default config and run the tracker training on macOS:** python nndial.py -config config/tracker.cfg -mode train **logs below:** > init net from scrach ... loading model settings from config...

I found two bugs: 1.in line 377,"if v=='dontcare' and s=='this':",where s=='this' ,in CamRest676.json it's not found that the slot equal 'this' issue code location:https://github.com/shawnwun/NNDIAL/blob/740f6d34594bcdd889080ce60c95384bda7594a2/loader/DataReader.py#L377 2.in line 380,"if sda['act']=='request':",where sda['act'] ,variable...

I want to add jieba custom dictionary, which config file can do it?