mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nlp.git
				synced 2025-10-31 16:32:49 +00:00 
			
		
		
		
	Add missing newline
This commit is contained in:
		| @@ -73,7 +73,7 @@ common_xml = ('<?xml version="1.0" encoding="UTF-8" standalone="yes"?>\n' | ||||
|               + '     version="{}"\n'.format(spacy.__version__) | ||||
|               + '     model="{}"\n'.format(SPACY_MODELS[args.language]) | ||||
|               + '     model_version="{}"\n'.format(nlp.meta['version']) | ||||
|               + '     md5_hash_of_input="{}" />'.format(md5_hash)) | ||||
|               + '     md5_hash_of_input="{}" />\n'.format(md5_hash)) | ||||
|  | ||||
| with open(output_file_original_filename, 'w+') as output_file_original, \ | ||||
|      open(output_file_stand_off_filename, 'w+') as output_file_stand_off: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user