mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nlp.git
synced 2024-12-26 08:24:18 +00:00
Some cosmetics
This commit is contained in:
parent
6e87e0decd
commit
5d2fee029e
7
nlp
7
nlp
@ -46,9 +46,10 @@ def parse_arguments():
|
||||
action='store_true',
|
||||
default=False,
|
||||
dest="check_encoding",
|
||||
help='''if used the nlp process will know hat the encoding of
|
||||
the input files is unkown and thus != utf-8. The process will
|
||||
try to determine the encoding of the input files and use this.
|
||||
help='''if used the nlp process will know hat the
|
||||
encoding of the input files is unkown and
|
||||
thus != utf-8. The process will try to determine
|
||||
the encoding of the input files and use this.
|
||||
encoding.'''
|
||||
)
|
||||
return parser.parse_args()
|
||||
|
Loading…
Reference in New Issue
Block a user