Closed kasei closed 4 years ago
This fixes a bug where the loop in reader that tries to compare with every instance in dir(vocab) ends up finding values that are not instances (e.g. STR_TYPES).
dir(vocab)
STR_TYPES
This fixes a bug where the loop in reader that tries to compare with every instance in
dir(vocab)
ends up finding values that are not instances (e.g.STR_TYPES
).