Skip to content

textrecipes 0.1.0

Choose a tag to compare

@EmilHvitfeldt EmilHvitfeldt released this 05 Mar 05:41
  • step_word2vec() have been changed to step_lda() to reflect what is actually happening.
  • step_word_embeddings() has been added. Allows for use of pre-trained word embeddings to convert token columns to vectors in a high-dimensional "meaning" space. (@jonthegeek, #20)
  • text2vec have been changed from Imports to Suggests.
  • textfeatures have been changed from Imports to Suggests.
  • step_tfidf() calculations are slightly changed due to flaw in original implementation dselivanov/text2vec#280.