Parser-v3
Parser-v3 copied to clipboard
missing calls of reset functions in ListMultibucket and Multivocab
Added override of reset() function in Multivocab class, now it calls the reset() for each vocab object in it. Added calls of reset() function for every bucket in ListMultibucket class
When I was doing some experiments with parsing one sentence at a time, I noticed that one of multivocabs was saving data even after I called the reset() function. There are 2 little fixes, in case someone will try to do something simmilar.