mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nlp.git
synced 2024-12-26 07:44:18 +00:00
more pipeline help tweaks
This commit is contained in:
parent
dc62755d12
commit
3b570e5df1
2
nlp
2
nlp
@ -156,7 +156,7 @@ def parse_args():
|
||||
type=int)
|
||||
parser.add_argument('--n-cores',
|
||||
default=min(4, multiprocessing.cpu_count()),
|
||||
help='Number of CPU threads to be used (Default: min(4, number of CPUs))',
|
||||
help='Number of CPU threads to be used (Default: min(4, number of CPUs))', # noqa
|
||||
type=int)
|
||||
parser.add_argument('--zip',
|
||||
help='Create one zip file per filetype')
|
||||
|
Loading…
Reference in New Issue
Block a user