Skip to content

Commit

Permalink
Fix documentation regression from 05943d1
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmervdl committed Aug 21, 2023
1 parent e262af3 commit 0a92df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opuscleaner/filters/laser_similarity.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def main():
description="Filter a parallel dataset using LASER.")
parser.add_argument("--verbose", action="store_true", help="Print tuning info")
parser.add_argument("--batch-size", type=int, help="LASER batch size")
parser.add_argument("--batch-latency", type=float, default=10.0, help="Tune batch size to process a batch every N seconds (defaults to 30s, ignored if --batch-size is given)")
parser.add_argument("--batch-latency", type=float, default=10.0, help="Tune batch size to process a batch every N seconds (defaults to 10s, ignored if --batch-size is given)")
parser.add_argument("--src-lang", type=str, required=True, help="Two-letter source language code (ISO 639-1)")
parser.add_argument("--tgt-lang", type=str, required=True, help="Two-letter target language code (ISO 639-1)")

Expand Down

0 comments on commit 0a92df3

Please sign in to comment.