diff --git a/spacy_nlp b/spacy_nlp index 8e52ac8..6d895a5 100755 --- a/spacy_nlp +++ b/spacy_nlp @@ -42,7 +42,7 @@ with open(args.input) as input_file: # Create and open the output file output_file = open(args.output, "w+") -output_file.write('\n\n\n') +output_file.write('\n\n\n') for text in texts: # Run spacy nlp over the text (partial string if above 1 million chars) doc = nlp(text)