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
The output token (annotate_text()$tokens)is a table for each string. But when I try to do text-mining on a list of text messages, I have to append all per-string token tables one by one. So I am wondering is it possible to make the function can be ran on a list of string and return one single table at once, similar to the functionality of tidytext::unnest_tokens().
The text was updated successfully, but these errors were encountered:
BrianWeinstein
changed the title
about the output structure
Vectorize the api method functions
May 9, 2017
The output
token
(annotate_text()$tokens)is a table for each string. But when I try to do text-mining on a list of text messages, I have to append all per-string token tables one by one. So I am wondering is it possible to make the function can be ran on a list of string and return one single table at once, similar to the functionality oftidytext::unnest_tokens()
.The text was updated successfully, but these errors were encountered: