Skip to content

Commit

Permalink
fix: reduce f default from 10 to 8 amended
Browse files Browse the repository at this point in the history
  • Loading branch information
engisalor committed Jul 24, 2024
1 parent 398a371 commit 28d9210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline/stanza/base_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,9 @@ def __init__(
parser.add_argument(
"--force",
type=int,
default=10,
default=8,
help="""Largest multiple of chunksize allowed before forcing
smaller sentence segmentation (default `10`, e.g., `10*chunk` bytes)""",
smaller sentence segmentation (default `8`, e.g., `8*chunk` bytes)""",
)
parser.add_argument(
"-c",
Expand Down

0 comments on commit 28d9210

Please sign in to comment.