JuliaText / TextAnalysis.jl

Julia package for text analysis
Other
374 stars 96 forks source link

broadcast behavior of Corpus #85

Open baggepinnen opened 6 years ago

baggepinnen commented 6 years ago

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 commented 6 years ago

👍