You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea behind the docvarsfrom = "filepaths" is not to parse the filenames, but rather to take as docvars the folder parts from the supplied file pattern matches.
Error
This should parse out the filepaths, not filepaths and filenames.
Expected behaviour
The idea behind the
docvarsfrom = "filepaths"
is not to parse the filenames, but rather to take as docvars the folder parts from the supplied file pattern matches.So in the example:
it should return:
where the neg, pos labels come not from filenames but instead from the path at the match level, e.g. the pre-
/
part of:When
docvarsfrom = "filepaths"
the filenames should not be parsed into dvars.The text was updated successfully, but these errors were encountered: