Handle multiple files with same name in a project
sachintyagi22 opened this issue · 2 comments
sachintyagi22 commented
Currently during the topic training, the tokenized files for a project are stored in a single directory. So a file with a same name (in different directory of the project) will overwrite the earlier tokenized file with that name. This breaks the folding for the first (or all n-1) file.
jfowkes commented
Yes this is indeed an issue with the current implementation, many thanks for reporting and submitting a fix.