Imports of package summarize

PathSynopsis
github.com/jdkato/prose/internal/utilPackage util contains internals used across the other prose packages.
github.com/jdkato/prose/tokenizePackage tokenize implements functions to split strings into slices of substrings.
github.com/montanaflynn/statsPackage stats is a well tested and comprehensive statistics library package with no dependencies.
mathPackage math provides basic constants and mathematical functions.
regexpPackage regexp implements regular expression search.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.