Textrecipes series: Pretrained Word Embedding
This is the fifth blog post in a series I am starting to go over the various text preprocessing workflows you can do with textrecipes. This post looks at how to use pretrained word embeddings.
This is the fifth blog post in a series I am starting to go over the various text preprocessing workflows you can do with textrecipes. This post looks at how to use pretrained word embeddings.
This is the fourth blog post in a series I am starting to go over the various text preprocessing workflows you can do with textrecipes. This post looks at how to perform feature hashing.
This is the first blog post in a series I am starting to go over the various text preprocessing workflows you can do with textrecipes. This post looks at how
This is the second blog post in a series I am starting to go over the various text preprocessing workflows you can do with textrecipes. This post talks about how to use lexicons.
This is the first blog post in a series I am starting to go over the various text preprocessing workflows you can do with textrecipes.
Using Part-of-Speech features to enhance text classification.
An early attempt at using tidymodels to perform text classification.
An early attempt at using tidymodels to perform text classification.
One of my first attempts at text classification. This example uses tidytext and caret. There are mistakes here methodically and it should not be used as a guide.