
Text Summary
string.summary(string, wordlen_max = 10, senlen_max = 10, syllen_max = 10)
A list of class string_summary
.
An input string.
The maximum lengths of words/sentences/syllables to consider.
x = "a b a c a b b"
string.summary(x)
Run the code above in your browser using DataLab