growth.fnc(text = alice, size = 646, nchunks = 40, chunks = 0)
size
and
nchunks
are ignored. The data frame with the actual measures, which can be extracted with
object.name@data$data
, has the following columns.
Chunk
Tokens
Types
HapaxLegomena
DisLegomena
TrisLegomena
Yule
K
.Zipf
TypeTokenRatio
Herdan
C
.Guiraud
R
.Sichel
S
.Lognormal
Tweedie, F. J. & Baayen, R. H. (1998) How variable may a constant be? Measures of lexical richness in perspective, Computers and the Humanities, 32, 323-352.
plot.growth
, and the zipfR package.data(alice)
alice.growth = growth.fnc(alice)
plot(alice.growth)
Run the code above in your browser using DataLab