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]