Skip to content

textrecipes 0.4.0

Choose a tag to compare

@EmilHvitfeldt EmilHvitfeldt released this 12 Nov 18:30

Breaking Changes

  • step_lda() now takes a tokenlist instead of a character variable. See readme for more detail.

New Features

  • step_sequence_onehot() now takes tokenlists as input.
  • added {tokenizers.bpe} engine to step_tokenize().
  • added {udpipe} engine to step_tokenize().
  • added new steps for cleaning variable names or levels with {janitor}, step_clean_names() and step_clean_levels(). (#101)