ropensci / tokenizers

Fast, Consistent Tokenization of Natural Language Text
https://docs.ropensci.org/tokenizers
Other
185 stars 25 forks source link

Piping and nesting of output #6

Closed lmullen closed 8 years ago

lmullen commented 8 years ago

What kinds of piping are actually likely to be used in practice? What kind of nesting is desirable?

At the moment piping works for at most one level.

lmullen commented 8 years ago

Not going to implement piping. Anyone who wants to can do this easily enough with lapply() or purrr::map().