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

broadcast behavior of Corpus #85

Open
baggepinnen opened this issue Aug 15, 2018 · 1 comment
Open

broadcast behavior of Corpus #85

baggepinnen opened this issue Aug 15, 2018 · 1 comment

Comments

@baggepinnen
Copy link
Contributor

I would argue that the following is unintuitive, and would like for broadcasted functions over a corpus to return an array with the result of the function applied to each document in the corpus. If this is deemed a good idea, I would be willing to submit a PR if desired.

julia> length(crps)
12

julia> length(crps[1])
160427
@aviks
Copy link
Member

aviks commented Aug 16, 2018

👍

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

2 participants