Skip to content

Instantly share code, notes, and snippets.

@lucifermorningstar1305
Created July 29, 2022 12:09
Show Gist options
  • Save lucifermorningstar1305/e1915bf02fde27c56131c150be4154cd to your computer and use it in GitHub Desktop.
Save lucifermorningstar1305/e1915bf02fde27c56131c150be4154cd to your computer and use it in GitHub Desktop.
Simple preprocessing of text in Julia
remove_case!.(df[:, :Message2])
prepare!.(df[:, :Message2], strip_html_tags| strip_punctuation| strip_numbers)
stem!.(df[:, :Message2])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment