Hi,
I use DVC in my project for data files version control:
https://dvc.org/
DVC creates special text metafile with the .dvc file extension.
And when I execute filter I get an error related to DVC files:
File ".../python3.6/site-packages/philter_ucsf/philter.py", line 800, in transform
contents = self.transform_text_i2b2(self.data_all_files[filename])
KeyError: '.../sample_notes/1.txt.dvc'
It would be nice to add option for skipping files with defined file extension (for example .dvc).
Hi, I use DVC in my project for data files version control: https://dvc.org/ DVC creates special text metafile with the .dvc file extension. And when I execute filter I get an error related to DVC files:
It would be nice to add option for skipping files with defined file extension (for example .dvc).
Best regards Grzegorz