wayfair-incubator / extra-model

Code to run the ExtRA algorithm for unsupervised topic/aspect extraction on English texts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI help and default `output` should point to `/io/output`

romatik opened this issue · comments

Currently -

@click.argument("output_path", type=Path, default="/app/output")

we use /app/output as a default + in the help. Since we mount extra-model code to /io/, both of these should say /io/output instead.