@ -38,7 +38,7 @@ nlp = spacy.load(SPACY_MODELS[args.lang])
with open(args.input) as input_file:
text = input_file.read()
texts = textwrap.wrap(text, 1000000, break_long_words=False)
text = None
# Create and open the output file
output_file = open(args.output, "w+")
The note is not visible to the blocked user.