modbot.preprocessing.filter_all_emotes

modbot.preprocessing.filter_all_emotes(texts, y, proc_config)[source]

Filter emotes from all texts

Parameters
  • texts (list) – List of texts to filter

  • y (list) – List of corresponding targets

  • proc_config (ProcessingConfig) – Class storing preprocessing configuration

Returns

  • texts (list) – List of filtered texts

  • y (list) – List of corresponding targets