Mauro, you are a genius! :)

Thanks a lot! It worked perfectly!

Best,

Charles

On 10 September 2015 at 14:30, Mauro <mauro...@runbox.com> wrote:

> >>> wc = wordcloud(x = corpus)
> > ERROR: TypeError: typeassert: expected AbstractArray{T,1}, got
> Array{Any,2}
> >
> > Do you have any suggestion about how to convert an Array{Any,2} to an
> > AbstractVector? Or how to read a text file to an AbstractVector variable?
>
> Have you tried to just flatten the array:
>
> wc = wordcloud(x = corpus[:])
>



-- 
Um axé! :)

--
Charles Novaes de Santana, PhD
http://www.imedea.uib-csic.es/~charles

Reply via email to