mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nlp.git
				synced 2025-10-31 09:52:44 +00:00 
			
		
		
		
	Some cosmetics
This commit is contained in:
		
							
								
								
									
										11
									
								
								nlp
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								nlp
									
									
									
									
									
								
							| @@ -40,16 +40,17 @@ def parse_arguments(): | ||||
|                         dest='zip', | ||||
|                         type=str, | ||||
|                         help='''package result files in zip bundles takes a | ||||
|                         string as a filename as an optional paramteer''', | ||||
|                                 string as a filename as an optional paramteer''', | ||||
|                         required=False) | ||||
|     parser.add_argument('--check-encoding', | ||||
|                         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. | ||||
|                         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. | ||||
|                                 encoding.''' | ||||
|                         ) | ||||
|     return parser.parse_args() | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user