Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vectorize the api method functions #4

Open
yl3394 opened this issue May 5, 2017 · 0 comments
Open

Vectorize the api method functions #4

yl3394 opened this issue May 5, 2017 · 0 comments

Comments

@yl3394
Copy link

yl3394 commented May 5, 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 of tidytext::unnest_tokens().

@BrianWeinstein BrianWeinstein changed the title about the output structure Vectorize the api method functions May 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant