Parser-v3 icon indicating copy to clipboard operation
Parser-v3 copied to clipboard

missing calls of reset functions in ListMultibucket and Multivocab

Open gilmoright opened this issue 6 years ago • 0 comments

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.

gilmoright avatar Nov 14 '19 00:11 gilmoright