in model_code/pos_tag.py [0:0]
def file_writer(path, lines): with open(path, "w") as o: for line in lines: o.write(line + "\n") return