You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> using TextAnalysis
julia> s = StringDocument("Assume this short Document. We will use this to show working of summarize function. This document has too foo sentences.")
julia> TextAnalysis.summarize(s)
ERROR: BoundsError: attempt to access 3-element Array{Int64,1} at index [1:5]