string.summary: Text Summary

View source: R/string_summary.r

string.summaryR Documentation

Text Summary

Description

Text Summary

Usage

string.summary(string, wordlen_max = 10, senlen_max = 10, syllen_max = 10)

Arguments

string

An input string.

wordlen_max, senlen_max, syllen_max

The maximum lengths of words/sentences/syllables to consider.

Value

A list of class string_summary.

Examples

x = "a b a c a b b"

string.summary(x)


wrathematics/ngram documentation built on Jan. 28, 2024, 12:14 p.m.