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
Make make_corpus functions consistent with extract_ir functions (#283)
Currently the functions in make_corpus_lib assume they are working with
a full file path whereas the tooling in extract_ir truncates the
.bc/.cmd extensions and only has the object file. This discrepancy means
that tooling that works with downstream products of corpora from
extract_ir doesn't work without modification with corpora from
make_corpus (ignoring the missing .cmd files). This patch makes
make_corpus match the behavior of extract_ir.
0 commit comments