You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once #147 is finished, it is going to be easier to write messages to the user related to the use steps. We don't generally do this for recipe steps, but the steps in {textrecipes} are more interconnected than most recipe steps so we will make an exception.
This would most likely be nonsensical since the vocabulary size is defined in step_bpe_tokenize(). Having step_tokenfilter() throw a message to the user would be helpful here. Similarly step_tokenize() %>% step_tfidf() could have an message telling the user to filter the tokens before creating columns.
I would like these just to be messages with a global option textrecipes.tips to turn all of these off as there are times where the tips will be wrong.
The text was updated successfully, but these errors were encountered:
Once #147 is finished, it is going to be easier to write messages to the user related to the use steps. We don't generally do this for recipe steps, but the steps in {textrecipes} are more interconnected than most recipe steps so we will make an exception.
Say you have the following recipe
This would most likely be nonsensical since the vocabulary size is defined in
step_bpe_tokenize()
. Havingstep_tokenfilter()
throw a message to the user would be helpful here. Similarlystep_tokenize() %>% step_tfidf()
could have an message telling the user to filter the tokens before creating columns.I would like these just to be messages with a global option
textrecipes.tips
to turn all of these off as there are times where the tips will be wrong.The text was updated successfully, but these errors were encountered: