Closed nking-1 closed 3 years ago
Adds a new function to the Editor, add_lexicon_from_csv, that adds a new lexicon tag from a CSV file.
add_lexicon_from_csv
The new functionality is documented in this notebook: https://github.com/Nking92/checklist/blob/csv_lexicon/notebooks/CSV%20Lexicon%20Example.ipynb
I also implemented __hash__ for MunchWithAdd so removing duplicates will work with munches in the lexicon.
__hash__
Adds a new function to the Editor,
add_lexicon_from_csv
, that adds a new lexicon tag from a CSV file.The new functionality is documented in this notebook: https://github.com/Nking92/checklist/blob/csv_lexicon/notebooks/CSV%20Lexicon%20Example.ipynb
I also implemented
__hash__
for MunchWithAdd so removing duplicates will work with munches in the lexicon.