Skip to content

Commit

Permalink
fix: reduce export_text chunksize to 10000
Browse files Browse the repository at this point in the history
  • Loading branch information
engisalor committed Jun 18, 2024
1 parent 60ca73b commit caac056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corpusama/corpus/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def export_text(
lang: str,
stem: str = "reliefweb",
min_portion: float = 0.8,
chunksize: int = 25000,
chunksize: int = 10000,
start_date: str = "1900-01-01",
end_date: str = "2100-12-31",
cores: int = 0,
Expand Down

0 comments on commit caac056

Please sign in to comment.