JuliaText / TextAnalysis.jl

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

Error on 0.5 Julia #42

Closed pmargreff closed 8 years ago

pmargreff commented 8 years ago

After the update I have the follow error:

ERROR: LoadError: MethodError: no method matching start(::TextAnalysis.StringDocument)
Closest candidates are:
  start(!Matched::SimpleVector) at essentials.jl:170
  start(!Matched::Base.MethodList) at reflection.jl:258
  start(!Matched::IntSet) at intset.jl:184
  ...
 in _append!(::Array{String,1}, ::Base.HasLength, ::TextAnalysis.StringDocument) at ./collections.jl:26
 in readData(::String) at /home/pmargreff/github/am/naive_bayes/naive_bayes.jl:35
 in include_from_node1(::String) at ./loading.jl:488
 in process_options(::Base.JLOptions) at ./client.jl:262
 in _start() at ./client.jl:318