modbot.preprocessing.write_data

modbot.preprocessing.write_data(outfile, texts, y)[source]

Write data to outfile

Parameters
  • outfile (str) – Path to outfile

  • texts (list) – List of texts to write to file

  • y (list) – List of targets to write to file