Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit e178d68

Browse files
author
Steven Robertson
committed
added some space in a print
1 parent ad7d07d commit e178d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nlp_architect/api/ner_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ def _download_pretrained_model(self, prompt=True):
8282
"""Downloads the pre-trained BIST model if non-existent."""
8383
dir_path = path.join(self.dir, 'ner-pretrained')
8484
if not path.isfile(path.join(dir_path, 'model.h5')):
85-
print('The pre-trained models to be downloaded for the NER dataset'
86-
'are licensed under Apache 2.0. By downloading, you accept the terms'
85+
print('The pre-trained models to be downloaded for the NER dataset '
86+
'are licensed under Apache 2.0. By downloading, you accept the terms '
8787
'and conditions provided by the license')
8888
makedirs(dir_path, exist_ok=True)
8989
if prompt is True:

0 commit comments

Comments
 (0)