Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analyzedir command #95

Merged
merged 5 commits into from
Apr 6, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
reformat function args
  • Loading branch information
osma committed Apr 6, 2018
commit b08aed5446a066d60e0bf2aaaf1a61f1cfb2448f
10 changes: 2 additions & 8 deletions annif/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,8 @@ def run_analyze(project_id, limit, threshold, backend_param):
@click.option('--limit', default=10)
@click.option('--threshold', default=0.0)
@click.option('--backend-param', '-b', multiple=True)
def run_analyzedir(
project_id,
directory,
suffix,
force,
limit,
threshold,
backend_param):
def run_analyzedir(project_id, directory, suffix, force,
limit, threshold, backend_param):
""""
Analyze a directory with documents. Write the results in TSV files
with the given suffix.
Expand Down