### Issue : - Few binary files are detected as "text" files. - Hence, NER is applied and wrong tags are being suggested. ### How to resolve ? : - Change method findFileType at [utility.py](https://github.com/ChokshiUtsav/TagBasedFileSystem/blob/master/TagManagement/utility.py) - So that binary files and text files are detected correctly. - There should not be any suggestion for binary files.
Issue :
How to resolve ? :