Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set overwrite default value to True in add_symbol
This ensures compatibility with all the calls to add_symbol across the repo (which overwrite by default, as in the original implementation). The only place where the value is explicitly changed is when loading the dictionary from file (which was the source of the bug). In a file you have to explicitly say whether the tokens should be overwritten or duplicated
- Loading branch information